2
0
mirror of synced 2025-02-17 08:46:43 +00:00

Update crash.md

This commit is contained in:
Elliot Hesp 2017-03-17 15:40:19 +00:00 committed by GitHub
parent 7fc8856487
commit f563064455

View File

@ -32,4 +32,4 @@ Logs a message that will appear in a subsequent crash report.
Files a crash report, along with any previous logs to Firebase. An [Error](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Error) object must be passed into the report method. Files a crash report, along with any previous logs to Firebase. An [Error](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Error) object must be passed into the report method.
`firebase.crash().report(Error)`. `firebase.crash().report(Error, int maxStackSize)`.