Remove all logs from production apk

This commit is contained in:
Matthieu 2022-08-21 00:27:35 +02:00
parent bd22d93167
commit 9da78746fd
1 changed files with 2 additions and 0 deletions

View File

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