Why some package-private classes are not obfuscated by Proguard?

后端 未结 2 444
甜味超标
甜味超标 2021-01-14 05:14

Working with an Android project in Android Studio 3.2, having enabled Proguard and some specific rules, I\'m not able to figure out the following:

a specific package

2条回答
  •  攒了一身酷
    2021-01-14 05:48

    In "/build/outputs/mapping/release/" folder there are few files ("usage.txt", "seeds.txt", etc..) that contain the REASONS of why and which classes/variables/methods/etc.. are not-processed/not-shrinked/ot-obfuscated via ProGuard utilities.

提交回复
热议问题