@ThreadSafe public final class TraceCompat extends Object
Trace. On older API levels, this class has no
effect.| Modifier and Type | Method and Description |
|---|---|
static void |
beginSection(String tag) |
static void |
endSection() |
public static void beginSection(String tag)
tag - Tag for the trace section.Trace.beginSection(String)public static void endSection()
Trace.endSection()