merge qa_yingyan_custom

This commit is contained in:
zhongchao
2021-05-25 16:25:41 +08:00
41 changed files with 3636 additions and 183 deletions

View File

@@ -65,7 +65,7 @@ public class MogoApplication extends AbsMogoApplication {
crashSystem.init();
//设置debug模式日志不上传
crashSystem.setDebug(BuildConfig.DEBUG);
Logger.init(BuildConfig.DEBUG ? LogLevel.DEBUG : LogLevel.OFF);
Logger.init(BuildConfig.DEBUG ? LogLevel.OFF : LogLevel.OFF);
if (DebugConfig.isNeedLoadGuideModule()) {
MogoModulePaths.addModule(new MogoModule(MogoModulePaths.PATH_GUIDE, MogoModulePaths.PATH_GUIDE));