Searched refs:TerminalExceptionHandler (Results 1 – 3 of 3) sorted by relevance
28 if (currentThread.uncaughtExceptionHandler !is TerminalExceptionHandler) { in onCreate()30 TerminalExceptionHandler(applicationContext) in onCreate()
25 it.uncaughtExceptionHandler = TerminalExceptionHandler(context) in newThread()
22 class TerminalExceptionHandler(private val context: Context) : Thread.UncaughtExceptionHandler { class