Home
last modified time | relevance | path

Searched defs:coroutineStackTrace (Results 1 – 1 of 1) sorted by relevance

/aosp_15_r20/external/kotlinx.coroutines/kotlinx-coroutines-debug/test/
H A DStacktraceUtils.kt87 val coroutineStackTrace: List<String>, constant in kotlinx.coroutines.debug.CoroutineDump
107 val coroutineStackTrace = mutableListOf<String>() in parse() constant