public final class AndroidWatchExecutor
extends java.lang.Object
implements java.util.concurrent.Executor
Executor suitable for watching Android reference leaks. This executor waits for the main
thread to be idle then posts to a serial background thread with a delay of DELAY_MILLIS milliseconds.| Constructor and Description |
|---|
AndroidWatchExecutor() |
| Modifier and Type | Method and Description |
|---|---|
void |
execute(java.lang.Runnable command) |