-
- All Implemented Interfaces:
-
java.lang.Thread.UncaughtExceptionHandler
public final class CrashHandler implements Thread.UncaughtExceptionHandler
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public classCrashHandler.Companion
-
Method Summary
Modifier and Type Method Description UnituncaughtException(Thread t, Throwable e)-
-
Method Detail
-
uncaughtException
Unit uncaughtException(Thread t, Throwable e)
-
-
-
-