Types

Link copied to clipboard
object Companion
Link copied to clipboard
data class HandleInfo(val description: String, val handleLevel: (Throwable) -> Int)

This is used to determine how to handle the exception, and the returned value of handleLevel should be one of ThreadExceptionHandler.HANDLE_LEVEL_OFF, ThreadExceptionHandler.HANDLE_LEVEL_CRASH and ThreadExceptionHandler.HANDLE_LEVEL_LOG.

Functions

Link copied to clipboard
open override fun uncaughtException(t: Thread?, e: Throwable?)