With coroutines-android, when logging coroutine sc...
# coroutines
a
With coroutines-android, when logging coroutine scope, is it possible to tell the difference between Android.Main dispatched coroutine and non-main dispatched coroutine?
So far I see only
StandaloneCoroutine{Active}@a4cab0a scope
for all coroutines
Workedaround by also logging thread name
g
You can set name of coroutine
w
You can also set thread name when creating a dispatcher