Created
October 25, 2016 15:54
-
-
Save manishpathak99/9b843722b6d20a61ab70ca20ae0ba793 to your computer and use it in GitHub Desktop.
This file contains 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
# Optimize logging away from release builds | |
-assumenosideeffects class android.util.Log { | |
public static *** d(...); | |
public static *** v(...); | |
public static *** i(...); | |
public static *** e(...); | |
public static *** w(...); | |
public static *** wtf(...); | |
public static *** isLoggable(...); | |
public static *** getStackTraceString(...); | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment