Skip to content

Disable features #14

Description

@andreasluca

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!

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions