[app] No verbose and debug log in release build

This commit is contained in:
LoveSy 2021-03-03 22:13:43 +08:00 committed by LoveSy
parent 84c8da994b
commit ef40e74af6
1 changed files with 5 additions and 1 deletions

View File

@ -26,4 +26,8 @@
-assumenosideeffects class kotlin.jvm.internal.Intrinsics {
public static void check*(...);
public static void throw*(...);
}
}
-assumenosideeffects class android.util.Log {
public static *** v(...);
public static *** d(...);
}