[app] No verbose and debug log in release build
This commit is contained in:
parent
84c8da994b
commit
ef40e74af6
|
|
@ -27,3 +27,7 @@
|
||||||
public static void check*(...);
|
public static void check*(...);
|
||||||
public static void throw*(...);
|
public static void throw*(...);
|
||||||
}
|
}
|
||||||
|
-assumenosideeffects class android.util.Log {
|
||||||
|
public static *** v(...);
|
||||||
|
public static *** d(...);
|
||||||
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue