handleException

abstract fun handleException(e: Throwable?, endApplication: Boolean)

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").

endApplication

if you want the application to be ended after sending the report.


abstract fun handleException(e: Throwable?)

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").