Skip to content

Obfuscation with Proguard

Anton Smirnov edited this page Mar 23, 2014 · 1 revision

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()

Clone this wiki locally