public final class TraceUtil
extends java.lang.Object
Trace methods on supported API levels.| Modifier and Type | Method and Description |
|---|---|
static void |
beginSection(java.lang.String sectionName)
Writes a trace message to indicate that a given section of code has begun.
|
static void |
endSection()
Writes a trace message to indicate that a given section of code has ended.
|
public static void beginSection(java.lang.String sectionName)
sectionName - The name of the code section to appear in the trace. This may be at most 127
Unicode code units long.Trace.beginSection(String)public static void endSection()
Trace.endSection()