[change] 修改adas日志默认关闭
This commit is contained in:
@@ -12,7 +12,7 @@ public class CupidLogUtils {
|
||||
* 默认是打开日志
|
||||
*/
|
||||
// private static boolean mIsEnableLog = BuildConfig.DEBUG;
|
||||
private static boolean mIsEnableLog = true;
|
||||
private static boolean mIsEnableLog = false;
|
||||
|
||||
/**
|
||||
* @param isEnableLog true开启 false关闭
|
||||
|
||||
Reference in New Issue
Block a user