-
- All Implemented Interfaces:
-
backtraceio.library.anr.BacktraceANRHandler
,java.lang.Runnable
public class BacktraceAppExitInfoSenderHandler extends Thread implements BacktraceANRHandler
-
-
Constructor Summary
Constructors Constructor Description BacktraceAppExitInfoSenderHandler(BacktraceClient client, Context context)
-
Method Summary
Modifier and Type Method Description void
run()
void
setOnApplicationNotRespondingEvent(OnApplicationNotRespondingEvent onApplicationNotRespondingEvent)
void
stopMonitoringAnr()
-
Methods inherited from class java.lang.Thread
activeCount, checkAccess, countStackFrames, currentThread, destroy, dumpStack, enumerate, getAllStackTraces, getContextClassLoader, getDefaultUncaughtExceptionHandler, getId, getName, getPriority, getStackTrace, getState, getThreadGroup, getUncaughtExceptionHandler, holdsLock, interrupt, interrupted, isAlive, isDaemon, isInterrupted, join, onSpinWait, resume, run, setContextClassLoader, setDaemon, setDefaultUncaughtExceptionHandler, setName, setPriority, setUncaughtExceptionHandler, sleep, start, stop, suspend, toString, yield
-
Methods inherited from class backtraceio.library.anr.BacktraceANRHandler
setOnApplicationNotRespondingEvent
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Constructor Detail
-
BacktraceAppExitInfoSenderHandler
BacktraceAppExitInfoSenderHandler(BacktraceClient client, Context context)
-
-
Method Detail
-
run
void run()
-
setOnApplicationNotRespondingEvent
void setOnApplicationNotRespondingEvent(OnApplicationNotRespondingEvent onApplicationNotRespondingEvent)
-
stopMonitoringAnr
void stopMonitoringAnr()
-
-
-
-