Sean's Note: How to check ProGuard obfuscation has worked?

2015年11月12日 星期四

How to check ProGuard obfuscation has worked?

用 Android Studio build 完 APK 檔之後,
在 C:\{Project}\{Application Project}\build\outputs\mapping\release 下會生成四個檔案:
  • dump.txt
    描述了 APK 檔裡所有 class 檔案的架構。
  • mapping.txt
    class, method, field 混淆前後的名稱。 
  • seeds.txt
    沒有被混淆的  class, method, field 名稱。 
  • usage.txt
    被 ProGuard 拿掉的 class, method, field。

沒有留言:

張貼留言