remove unnecessary Log utility class, replace Exception.printStackTrace with logging
This commit is contained in:
parent
1815d574c8
commit
1a39e58d3c
16 changed files with 21 additions and 67 deletions
1
app/proguard-rules.pro
vendored
1
app/proguard-rules.pro
vendored
|
@ -46,6 +46,7 @@
|
|||
|
||||
# remove all logging from production apk
|
||||
-assumenosideeffects class android.util.Log {
|
||||
public static *** getStackTraceString(...);
|
||||
public static *** d(...);
|
||||
public static *** w(...);
|
||||
public static *** v(...);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue