Skip to content
This repository was archived by the owner on Nov 20, 2019. It is now read-only.

added proguard rule to remove android util logs from code #166

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions libraries/proguard-remove-android-util-log.pro
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# Remove android logs
-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(...); }