Remove all logs from production apk
This commit is contained in:
parent
bd22d93167
commit
9da78746fd
|
@ -66,6 +66,8 @@
|
|||
-assumenosideeffects class android.util.Log {
|
||||
public static *** getStackTraceString(...);
|
||||
public static *** d(...);
|
||||
public static *** e(...);
|
||||
public static *** println(...);
|
||||
public static *** w(...);
|
||||
public static *** v(...);
|
||||
public static *** i(...);
|
||||
|
|
Loading…
Reference in New Issue