Searched refs:currentHandler (Results 1 – 1 of 1) sorted by relevance
31 val currentHandler = Thread.getUncaughtExceptionPreHandler() in checkGlobalHandlerSetup() constant32 if (currentHandler != globalUncaughtExceptionPreHandler) { in checkGlobalHandlerSetup()33 if (currentHandler is GlobalUncaughtExceptionHandler) { in checkGlobalHandlerSetup()36 currentHandler?.let { addHandler(it) } in checkGlobalHandlerSetup()