I am seeing some weird crashes on my Android application when I turn on proguard obfuscation. I understand I can debug this and skip obfuscation for those classes but my question is – Is it worth the risk of having the application crash on some phone or some code path that I might not have tested/exercised. For e.g this link talks about one such device specific error due to proguard.
I am close to release and am now wondering is it worth introducing proguard at this point. I understand I should have tested with it right from the start ..made a mistake.
I am seeing some weird crashes on my Android application when I turn on
Share
Usually, the common problems with Proguard is not setting the correct parameters for third party libraries.
Make sure you’ve followed the instructions given by the third party providers as to the additions to the proguard.cfg file.
Anyhow, to disable proguard, you can always edit your
project.propertiesfile and remove theproguard.config=proguard.cfgline