public static interface CrashRecoverBehaviour.CrashAction
CrashRecoverBehaviour.getPreCrashAction() and CrashRecoverBehaviour.getPostCrashAction()| Modifier and Type | Interface and Description |
|---|---|
static class |
CrashRecoverBehaviour.CrashAction.Noop
Default no-op implementation
|
| Modifier and Type | Method and Description |
|---|---|
void |
onUnhandledException(android.content.Context context,
java.lang.Thread thread,
java.lang.Throwable throwable,
CrashData crashData,
PlanBConfig config)
Handling the crash event
|
void onUnhandledException(android.content.Context context,
java.lang.Thread thread,
java.lang.Throwable throwable,
CrashData crashData,
PlanBConfig config)
context - thread - of the crashthrowable - the crashes's throwable classcrashData - the crash data of this crashconfig - current config of the lib