Paul Woitaschek
06/15/2022, 10:00 AMpublic fun launchCrash() {
GlobalScope.launch {
throw AssertionError("Let's die")
}
}
If you do not have the kermit crash hook installed, it kills your process. If you have the kermit crash hook installed, it will log an error but the application won’t crash.
That’s a really bad sideffect