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
1 changed files with 1 additions and 1 deletions

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.
`firebase.crash().report(Error)`.
`firebase.crash().report(Error, int maxStackSize)`.