We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c395f39 commit dbe12feCopy full SHA for dbe12fe
what-the-stack/src/main/java/com/haroldadmin/whatthestack/WhatTheStackExceptionHandler.kt
@@ -19,6 +19,7 @@ internal class WhatTheStackExceptionHandler(
19
private val defaultHandler: Thread.UncaughtExceptionHandler?,
20
) : Thread.UncaughtExceptionHandler {
21
override fun uncaughtException(t: Thread, e: Throwable) {
22
+ e.printStackTrace()
23
val exceptionData = e.process()
24
serviceMessenger.send(
25
Message().apply {
0 commit comments