public class AppCrashHandler
extends java.lang.Object
implements java.lang.Thread.UncaughtExceptionHandler
| Constructor and Description |
|---|
AppCrashHandler() |
| Modifier and Type | Method and Description |
|---|---|
static void |
setAsDefault()
Sets as the default uncaught exception handler.
|
void |
uncaughtException(java.lang.Thread thread,
java.lang.Throwable throwable) |
public static void setAsDefault()
public void uncaughtException(java.lang.Thread thread,
java.lang.Throwable throwable)
uncaughtException in interface java.lang.Thread.UncaughtExceptionHandler