public final class CrashExceptionHandler
extends java.lang.Object
implements java.lang.Thread.UncaughtExceptionHandler
| Modifier and Type | Method and Description |
|---|---|
static void |
registerCrashHandler(android.content.Context app_context) |
void |
uncaughtException(java.lang.Thread thread,
java.lang.Throwable throwable)
キャッチされなかった例外発生時に各種情報をJSONでテキストファイルに書き出す
|
public static void registerCrashHandler(android.content.Context app_context)
public void uncaughtException(java.lang.Thread thread,
java.lang.Throwable throwable)
uncaughtException in interface java.lang.Thread.UncaughtExceptionHandler