trace
Deprecated
Use androidx.tracing.Trace instead
Replace with
import androidx.tracing.trace
Content copied to clipboard
trace(sectionName, block)
Content copied to clipboard
Wrap the specified block in calls to Trace.beginSection (with the supplied sectionName) and Trace.endSection.