Skip to content

Instantly share code, notes, and snippets.

@wviana
Created March 22, 2016 20:04
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 wviana/a246a25cd28697c913cb to your computer and use it in GitHub Desktop.
Save wviana/a246a25cd28697c913cb to your computer and use it in GitHub Desktop.
-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