public class Systrace
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static long |
TRACE_TAG_REACT_JAVA_BRIDGE |
| Constructor and Description |
|---|
Systrace() |
| Modifier and Type | Method and Description |
|---|---|
static void |
beginSection(long tag,
java.lang.String sectionName) |
static void |
endSection(long tag) |
static void |
traceCounter(long tag,
java.lang.String counterName,
int counterValue) |
public static final long TRACE_TAG_REACT_JAVA_BRIDGE