-
public final class SystraceMessage
Systrace stub.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public abstract class
SystraceMessage.Builder
-
Method Summary
Modifier and Type Method Description static SystraceMessage.Builder
beginSection(long tag, String sectionName)
static SystraceMessage.Builder
endSection(long tag)
-
-
Method Detail
-
beginSection
static SystraceMessage.Builder beginSection(long tag, String sectionName)
-
endSection
static SystraceMessage.Builder endSection(long tag)
-
-
-
-