Skip to content

Commit

Permalink
add todo
Browse files Browse the repository at this point in the history
  • Loading branch information
nift4 committed Jan 10, 2025
1 parent d470357 commit 8705da9
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -206,6 +206,8 @@ class GramophoneApplication : Application(), SingletonImageLoader.Factory,
}

override fun uncaughtException(t: Thread, e: Throwable) {
// TODO convert to notification that opens BugHandlerActivity on click, and let JVM
// go through the normal exception process.
val exceptionMessage = Log.getStackTraceString(e)
val threadName = Thread.currentThread().name
Log.e(TAG, "Error on thread $threadName:\n $exceptionMessage")
Expand Down

0 comments on commit 8705da9

Please sign in to comment.