How would I get a stacktrace where a coroutine is ...
# android
r
How would I get a stacktrace where a coroutine is coming from on Android? Even an ugly digging with the debugger would be nice. Currently it's just pointing to the coroutine executing engine without any useful info.
c
r
Oi, the last time I read about it it was not working, now better? 🤔
c
i sometimes still get coroutines stack traces that dont point to an actual piece of code. i sorta wish we had this but for coroutines https://github.com/uber/RxDogTag