-
Notifications
You must be signed in to change notification settings - Fork 52
Open
Description
Hello,
I am trying to obfuscate a big application and it is crashing.
Even if I only apply the obfuscation to the main activity. Like this:
-obfuscate-constants class <myPackage>.MainActivity { *; }
-obfuscate-control-flow class <myPackage>.MainActivity { *; }
-obfuscate-arithmetic,low class <myPackage>.MainActivity { *; }
-obfuscate-strings class <myPackage>.MainActivity { *; }
- Is there a way to disable all the features? I want to disable everything and just start enabling little by little to find the error.
Thank you!
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels