Skip to content

Instantly share code, notes, and snippets.

@fdanelyan
Created May 16, 2014 06:40
Show Gist options
  • Save fdanelyan/ad97ac5f58e48448db5e to your computer and use it in GitHub Desktop.
Save fdanelyan/ad97ac5f58e48448db5e to your computer and use it in GitHub Desktop.
Remove android logging code
-assumenosideeffects class android.util.Log {
public static boolean isLoggable(java.lang.String, int);
public static int v(...);
public static int i(...);
public static int w(...);
public static int d(...);
public static int e(...);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment