Skip to content

Log uncaught exceptions on debug builds

akwizgran requested to merge log-uncaught-exceptions into master

Test instructions:

  • Crash the app via Settings > Crash
  • Check that "Uncaught exception: java.lang.RuntimeException: Boom!" and a stacktrace are included in the logcat log

Merge request reports