thanh
09/16/2021, 8:23 AM-Dkotlinx.coroutines.debug
in Android Studio to debug coroutine?Albert Chang
09/16/2021, 8:37 AMif (BuildConfig.DEBUG) {
System.setProperty(
kotlinx.coroutines.DEBUG_PROPERTY_NAME, kotlinx.coroutines.DEBUG_PROPERTY_VALUE_ON
)
}
thanh
09/16/2021, 8:49 AMuli
09/16/2021, 8:44 PM