traceAsync
actual inline suspend fun <R> traceAsync(sectionName: String, cookie: Int, crossinline block: suspend () -> R): R
Runs block inside an asynchronous Android trace section identified by cookie.
Runs block inside an asynchronous Android trace section identified by cookie.