public class CrashReporter extends Object implements Thread.UncaughtExceptionHandler
| Modifier and Type | Method and Description |
|---|---|
static void |
disable() |
static void |
enable(APIContext context) |
static boolean |
isEnabled() |
static void |
setLogger(PrintStream logger) |
void |
uncaughtException(Thread t,
Throwable e) |
public static void enable(APIContext context)
public static void disable()
public static boolean isEnabled()
public static void setLogger(PrintStream logger)
public void uncaughtException(Thread t, Throwable e)
uncaughtException in interface Thread.UncaughtExceptionHandlerCopyright © 2020. All rights reserved.