[android-developers] Re: New Proguard scheme breaks Log message removal

2012-08-27 Thread jtoolsdev
It gets broken again if you use the support libraries. Those don't seem to like proguard-android-optimize.txt and Proguard fails thought it won't with the proguard-android.txt file used. But the latter will leave the Log calls in. We need a way to make it work when we use the support librarie

[android-developers] Re: New Proguard scheme breaks Log message removal

2012-05-08 Thread Eric Lafortune
Removing Log calls still works for me. You have to make sure optimization is not disabled though (as is done by default in the SDK tools rev. 19). Also, the current version of ProGuard might not optimally remove all code in the arguments of the Log calls (like String concatenations). Eric On 23 a