handle Exception
open override fun handleException(e: Throwable?, endApplication: Boolean)
Content copied to clipboard
Send a normal report for the given exception
Parameters
e
The Throwable to be reported. If null the report will contain a new Exception("Report requested by developer").
end Application
if you want the application to be ended after sending the report.
Send a normal report for the given exception.
Parameters
e
The Throwable to be reported. If null the report will contain a new Exception("Report requested by developer").