docs: crashRepoter.getLastCrashReport

This commit is contained in:
Cheng Zhao 2014-11-11 20:20:36 +08:00
parent 66e96f69fc
commit 62fd76f7e4

View file

@ -27,6 +27,11 @@ crashReporter.start({
* Only string properties are send correctly.
* Nested objects are not supported.
## crashReporter.getLastCrashReport()
Returns the date and ID of last crash report, when there was no crash report
sent or the crash reporter is not started, `null` will be returned.
# crash-reporter payload
The crash reporter will send the following data to the `submitUrl` as `POST`: