remove unnecessary Log utility class, replace Exception.printStackTrace with logging

This commit is contained in:
Conny Duck 2017-05-23 21:34:31 +02:00
commit 1a39e58d3c
16 changed files with 21 additions and 67 deletions

View file

@ -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(...);