Last active
August 29, 2015 14:27
-
-
Save minhanhhere/be5a36420cff3103e940 to your computer and use it in GitHub Desktop.
Android Log removal with Proguard
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
-assumenosideeffects class android.util.Log { | |
public static *** d(...); | |
public static *** e(...); | |
} | |
from | |
http://stackoverflow.com/questions/12390466/android-proguard-not-removing-all-log-messages |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
http://stackoverflow.com/questions/12390466/android-proguard-not-removing-all-log-messages