Skip to content

Instantly share code, notes, and snippets.

@twiceyuan
Created July 7, 2017 03:14
Show Gist options
  • Save twiceyuan/3ca1f47f654b33e7bcf517b4e6885eff to your computer and use it in GitHub Desktop.
Save twiceyuan/3ca1f47f654b33e7bcf517b4e6885eff to your computer and use it in GitHub Desktop.
[Proguard AssumeNoSideEffects 过滤] 使用 proguard 中的 assumenosideeffects 过滤日志语句 #Android
-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