📝 crash-reporter note on OS X.

This commit is contained in:
Haojian Wu 2015-05-30 10:03:59 +08:00
parent 16fb847009
commit 51d5ef9d86

View file

@ -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