How do I retrace my Proguard Android App with the Crash report in Google Analytics. A few examples as follows:
Note: when crash reports are done by the User with the Google App Console, I can use retrace OK with the mapping.txt
file.
Examples (from Google Analytics Behavior Crashes and Exceptions)
RuntimeException (@a:a:-1) {main}
IllegalStateException (@f:a:-1) {main}
NullPointerException (@MainActivity:M:-1) {main}
NullPointerException (@a:l:-1) {main}
NullPointerException (@al:run:-1) {main}
I just started gathering statistics, and ran into this myself. From an exception that happened to me on a not-obfuscated apk, the syntax seems to be:
exception-name (@class-name:method-name:line-number) {thread-name}
Conclusion: with the standard reporting, most of the time you wont be able to find out what caused the exception. There seems to be the possibility to set up a custom exception parser, possibly allowing you to include the full stack frame. I have not tried this yet, but found a promissing description in this answer.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With