public final class DumpUtils extends Object
Modifier and Type | Class and Description |
---|---|
static interface |
DumpUtils.Dump |
Modifier and Type | Method and Description |
---|---|
static void |
dumpAsync(Handler handler,
DumpUtils.Dump dump,
PrintWriter pw,
String prefix,
long timeout)
Helper for dumping state owned by a handler thread.
|
public static void dumpAsync(Handler handler, DumpUtils.Dump dump, PrintWriter pw, String prefix, long timeout)