You can see this already. The list of obfuscated types are in build/outputs/mapping/variant/mapping.txt. The list of removes types and methods are in build/outputs/mapping/variant/usage.txt.
On Thu, Jul 28, 2016 at 4:17 PM KubaBest <[email protected]> wrote: > Lately I've experienced some problems with my ProGuard configuration and > came up with an idea of feature for Android Studio and also extension of > what "Analyze APK" feature does. > Namely, it would be great if after building release APK, Android Studio > could summarize what ProGuard did. > > For example for Activites, classes and interfaces summary would show which > ones (including methods) were obfuscated or removed. > > It think it would be very useful if, for example ProGuard removes some of > your code which should not be removed - then you could easily see what > exactly was removed. > > -- > You received this message because you are subscribed to the Google Groups > "adt-dev" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > For more options, visit https://groups.google.com/d/optout. > -- You received this message because you are subscribed to the Google Groups "adt-dev" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
