Situation: I have a crash popping up in my crashly...
# coroutines
r
Situation: I have a crash popping up in my crashlytics, where a JobCancellationException is thrown, that has no usable stackstrace. Idea: Now I like to write a specific catch mechanism via Thread.setUncaughtExceptionHandler, so that I can inspect different properties of this JobCancellationException, and add it to the crashlytics crash report. I have tried quite some variations to force a JobCancellationException, but none of them have succeeded. Question: Does anyone know a small android-kotlin codesample that will for sure throw a JobCancellationException? Thanks for reading this! Slack Conversation