@UnstableApi
class TraceUtil


Calls through to android.os.Trace methods on supported API levels.

Summary

Public functions

java-static Unit
beginSection(sectionName: String!)

Writes a trace message to indicate that a given section of code has begun.

java-static Unit

Writes a trace message to indicate that a given section of code has ended.

Public functions

beginSection

java-static fun beginSection(sectionName: String!): Unit

Writes a trace message to indicate that a given section of code has begun.

Parameters
sectionName: String!

The name of the code section to appear in the trace. This may be at most 127 Unicode code units long.

See also
beginSection

endSection

java-static fun endSection(): Unit

Writes a trace message to indicate that a given section of code has ended.

See also
endSection