📝 crash-reporter note on OS X.
This commit is contained in:
parent
16fb847009
commit
51d5ef9d86
1 changed files with 4 additions and 0 deletions
|
@ -27,6 +27,10 @@ crashReporter.start({
|
|||
* Only string properties are send correctly.
|
||||
* Nested objects are not supported.
|
||||
|
||||
**Note:** On OS X, electron uses a new `crashpad` client, which is different
|
||||
with the `breakpad` on Windows and Linux. To enable crash collection feature,
|
||||
you are required to call `crashReporter.start` API to initiliaze `crashpad` in Browser Process, even you only collect crash report in Renderer Process.
|
||||
|
||||
## crashReporter.getLastCrashReport()
|
||||
|
||||
Returns the date and ID of last crash report, when there was no crash report
|
||||
|
|
Loading…
Reference in a new issue