Elka
05/20/2020, 6:28 PMCrashKiOS
... I am able to see the non-fatal even on Firebase but it doesn't show me the stacktrace... It is showing (missing)... I am running a Debug build.... @kpgalligankpgalligan
05/20/2020, 6:38 PMElka
05/20/2020, 7:00 PMclass NomeMpCrashlyticsCrashHandler: CrashkiosCrashHandler {
override func crash(t: KotlinThrowable) {
t.printStackTrace()
super.crash(t: t)
}
// Code as in the sample/docs...
}
kpgalligan
05/20/2020, 8:32 PM