()
| 399 | /// |
| 400 | /// true if crash protection is bound |
| 401 | public static boolean isCrashBound() { |
| 402 | return crashBound; |
| 403 | } |
| 404 | |
| 405 | /// Logs an exception to the log, by default print is called with the exception |
| 406 | /// details, on supported devices the stack trace is also physically written to |
no outgoing calls
no test coverage detected