haroldadmin / WhatTheStack

See a pretty error screen when your Android app crashes
Apache License 2.0
245 stars 22 forks source link

Print every exception before sending it across IPC #32

Closed haroldadmin closed 2 years ago

haroldadmin commented 2 years ago

This PR fixes the issue where very large stacktraces override the original exception in WhatTheStack.

It's not easy to workaround the IPC message size limitation. This PR adds code to log the original exception to make it's information is available through the logcat.

Fixes #31