Skip to content

Instantly share code, notes, and snippets.

@stefanJi
Created July 25, 2020 23:44
Show Gist options
  • Save stefanJi/8cf2cc135abb3de29820067ddae1d284 to your computer and use it in GitHub Desktop.
Save stefanJi/8cf2cc135abb3de29820067ddae1d284 to your computer and use it in GitHub Desktop.
ProGuard outputs:
  • mapping.txt

Lists the mapping between the original and obfuscated class, method, and field names. This file is important when you receive a bug report from a release build, because it translates the obfuscated stack trace back to the original class, method, and member names. See Decoding Obfuscated Stack Traces for more information.

  • seeds.txt

Lists the classes and members that are not obfuscated

  • usage.txt

Lists the code that was stripped from the .apk

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