Java android.os Trace fields, constructors, methods, implement or subclass

Example usage for Java android.os Trace fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for android.os Trace.

The text is from its open source code.

Method

voidbeginSection(String sectionName)
Writes a trace message to indicate that a given section of code has begun.
voidendSection()
Writes a trace message to indicate that a given section of code has ended.