Skip to content

Commit 6316b08

Browse files
committed
Use Proguard to remove Log.e calls
1 parent b472d0e commit 6316b08

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

MaterialProgressView-master/library/proguard-rules.pro

+4
Original file line numberDiff line numberDiff line change
@@ -19,3 +19,7 @@
1919
# If you keep the line number information, uncomment this to
2020
# hide the original source file name.
2121
#-renamesourcefileattribute SourceFile
22+
23+
-assumenosideeffects class android.util.Log {
24+
public static *** e(...);
25+
}

0 commit comments

Comments
 (0)