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
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
2 matches
Mail list logo