Skip to content

Instantly share code, notes, and snippets.

@Tonnie-Dev
Created August 2, 2018 08:16
Show Gist options
  • Save Tonnie-Dev/abdd152fdee55019e3a6cb11cfc03e30 to your computer and use it in GitHub Desktop.
Save Tonnie-Dev/abdd152fdee55019e3a6cb11cfc03e30 to your computer and use it in GitHub Desktop.
proguard-rules.pro
-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