My coroutine job is getting cancelled, but I have ...
# android
r
My coroutine job is getting cancelled, but I have no idea why. I tried catching the
CancellationException
and running
e.message
and
e.cause
, but neither really add anything. Is there a way to dig deeper?