Skip to content

Instantly share code, notes, and snippets.

@mengdd
Created June 16, 2020 05:59
Show Gist options
  • Save mengdd/3cf3622534e9bbf211d185652cd9bd66 to your computer and use it in GitHub Desktop.
Save mengdd/3cf3622534e9bbf211d185652cd9bd66 to your computer and use it in GitHub Desktop.
Remove Logs in Production
# no logging in production
-assumenosideeffects class android.util.Log {
v(...);
d(...);
i(...);
w(...);
e(...);
println(...);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment