public abstract class Trace
extends java.lang.Object
Trace.| Constructor and Description |
|---|
Trace() |
| Modifier and Type | Method and Description |
|---|---|
static void |
beginSection(java.lang.String tag)
Begins systrace tracing for a given tag.
|
static void |
endSection()
Ends systrace tracing for the most recently begun section.
|
public static void beginSection(java.lang.String tag)
tag - systrace tag to useTrace.beginSection(String)public static void endSection()
Trace.endSection()