sealed class Crash
(source)
Crash types that are handled by this library.
data class NativeCodeCrash : Crash
A crash that happened in native code. |
|
data class UncaughtExceptionCrash : Crash
A crash caused by an uncaught exception. |
fun fromIntent(intent: Intent): Crash |
|
fun isCrashIntent(intent: Intent): Boolean |
data class NativeCodeCrash : Crash
A crash that happened in native code. |
|
data class UncaughtExceptionCrash : Crash
A crash caused by an uncaught exception. |