- setANRInterceptor(ANRWatchDog.ANRInterceptor) - Method in class com.github.anrwatchdog.ANRWatchDog
-
Sets an interface to intercept ANRs before they are reported.
- setANRListener(ANRWatchDog.ANRListener) - Method in class com.github.anrwatchdog.ANRWatchDog
-
Sets an interface for when an ANR is detected.
- setIgnoreDebugger(boolean) - Method in class com.github.anrwatchdog.ANRWatchDog
-
Set whether to ignore the debugger when detecting ANRs.
- setInterruptionListener(ANRWatchDog.InterruptionListener) - Method in class com.github.anrwatchdog.ANRWatchDog
-
Sets an interface for when the watchdog thread is interrupted.
- setLogThreadsWithoutStackTrace(boolean) - Method in class com.github.anrwatchdog.ANRWatchDog
-
Set that all running threads will be reported,
even those from which no stack trace could be extracted.
- setReportAllThreads() - Method in class com.github.anrwatchdog.ANRWatchDog
-
Set that all threads will be reported (default behaviour).
- setReportMainThreadOnly() - Method in class com.github.anrwatchdog.ANRWatchDog
-
Set that only the main thread will be reported.
- setReportThreadNamePrefix(String) - Method in class com.github.anrwatchdog.ANRWatchDog
-
Set the prefix that a thread's name must have for the thread to be reported.