如何识别导致类或成员保留在android中的proguard规则?

时间:2019-06-07 21:10:18

标签: android proguard

在我的android构建过程中,我看到了proguard发出的大量笔记:

ProGuard, version 6.0.3
Printing configuration to [/home/me/app/proconfout.txt]...
...
Note: the configuration keeps the entry point 'com.me.Class$CacheKey$1 { java.lang.Object extractValue(com.me.Class); }', but not the descriptor class 'com.me.Class'
Note: the configuration keeps the entry point 'com.me.Class$CacheKey$2 { java.lang.Object extractValue(com.me.Class); }', but not the descriptor class 'com.me.Class'
Note: the configuration keeps the entry point 'com.me.Class$CacheKey$3 { java.lang.Object extractValue(com.me.Class); }', but not the descriptor class 'com.me.Class'
Note: the configuration keeps the entry point 'com.me.Class$CacheKey$4 { java.lang.Object extractValue(com.me.Class); }', but not the descriptor class 'com.me.Class'
...

查看合并的proguard配置,我还没有发现proguard注意的特定方法。合并的proguard配置长达1000行并没有多大帮助。是否有任何技巧可以确定为什么Proguard保留了它所注意的方法?

0 个答案:

没有答案