public class CrashReporter extends AbstractPluginListener implements java.lang.Thread.UncaughtExceptionHandler
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
LOG_TAG |
callback
Constructor and Description |
---|
CrashReporter(java.lang.Thread.UncaughtExceptionHandler defaultHandler,
CordovaInterface cordova) |
Modifier and Type | Method and Description |
---|---|
static org.json.JSONObject |
createCrashreport(java.lang.Thread t,
java.lang.Throwable e,
android.content.Context context) |
void |
uncaughtException(java.lang.Thread t,
java.lang.Throwable e) |
onDestroy, sendPluginResult, sendPluginResult, sendPluginResult, sendPluginResult, sendPluginResult, sendPluginResult, sendPluginResult, sendPluginResult, sendPluginResult, sendPluginResult, sendPluginResult, sendPluginResult, sendPluginResult, sendPluginResult, sendPluginResult, sendPluginResult, setCallBack
public static final java.lang.String LOG_TAG
public CrashReporter(java.lang.Thread.UncaughtExceptionHandler defaultHandler, CordovaInterface cordova)
public static org.json.JSONObject createCrashreport(java.lang.Thread t, java.lang.Throwable e, android.content.Context context)
public void uncaughtException(java.lang.Thread t, java.lang.Throwable e)
uncaughtException
in interface java.lang.Thread.UncaughtExceptionHandler