Skip to content

Instantly share code, notes, and snippets.

@manishpathak99
Created October 25, 2016 15:54
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save manishpathak99/9b843722b6d20a61ab70ca20ae0ba793 to your computer and use it in GitHub Desktop.
Save manishpathak99/9b843722b6d20a61ab70ca20ae0ba793 to your computer and use it in GitHub Desktop.
# 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