public static class CrashRecoverBehaviour.CrashAction.Noop extends java.lang.Object implements CrashRecoverBehaviour.CrashAction
CrashRecoverBehaviour.CrashAction.Noop| Constructor and Description |
|---|
Noop() |
| 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
|
public void onUnhandledException(android.content.Context context,
java.lang.Thread thread,
java.lang.Throwable throwable,
CrashData crashData,
PlanBConfig config)
CrashRecoverBehaviour.CrashActiononUnhandledException in interface CrashRecoverBehaviour.CrashActionthread - of the crashthrowable - the crashes's throwable classcrashData - the crash data of this crashconfig - current config of the lib