Example usage for Java android.os Trace fields, constructors, methods, implement or subclass
The text is from its open source code.
void | beginSection(String sectionName) Writes a trace message to indicate that a given section of code has begun. |
void | endSection() Writes a trace message to indicate that a given section of code has ended. |