https://kotlinlang.org logo
Title
n

natario1

04/12/2021, 10:34 AM
How would you go to debug why a coroutine is being canceled? Working on Android AFAIK we can't use
kotlinx.coroutines.debug
and the debugger in Android Studio has no "Coroutines" tab.
t

Tijl

04/12/2021, 10:40 AM
As a side note, ArticFox has the tab, but it only works for unit tests (on JVM) at the moment. Apparently Google is working on making is work on device.
e

ephemient

04/12/2021, 2:15 PM
https://github.com/Kotlin/kotlinx.coroutines/issues/948 I don't see a public trackable issue in the Google side though