How do I restore an Android Proguard app with a crash message in Google Analytics. A few examples:
Note: when crash reports are executed by the user using the Google App Console, I can use retrace OK with the mapping.txt file.
Examples (due to glitches and exceptions to Google Analytics behavior)
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}
android google-analytics proguard
user2051851
source share