Obfuscation with Proguard - 4ntoine/Acra-breakpad GitHub Wiki
If your app is obfuscated, add the next Proguard option:
-keep class name.antonsmirnov.android.acra_breakpad.** { *; }
Otherwise you will get SIGSEGV11 signal and app will die on init()
If your app is obfuscated, add the next Proguard option:
-keep class name.antonsmirnov.android.acra_breakpad.** { *; }
Otherwise you will get SIGSEGV11 signal and app will die on init()