class ExceptionHandler : UncaughtExceptionHandler
(source)
Thread.UncaughtExceptionHandler implementation that forwards crashes to the CrashReporter instance.
ExceptionHandler(context: Context, crashReporter: CrashReporter, defaultExceptionHandler: UncaughtExceptionHandler? = null)
Thread.UncaughtExceptionHandler implementation that forwards crashes to the CrashReporter instance. |
fun uncaughtException(thread: Thread, throwable: Throwable): Unit |