Merge branch 'qa_hengyang_base' into feature/feature_hengyang_base

This commit is contained in:
董宏宇
2021-07-15 17:26:43 +08:00
51 changed files with 800 additions and 1293 deletions

View File

@@ -69,7 +69,7 @@ public class MogoApplication extends AbsMogoApplication {
CrashSystem crashSystem = CrashSystem.getInstance(this);
crashSystem.init();
//设置debug模式日志不上传
crashSystem.setDebug(BuildConfig.DEBUG);
// crashSystem.setDebug(BuildConfig.DEBUG);
Logger.init(BuildConfig.DEBUG ? LogLevel.DEBUG : LogLevel.OFF);
initMogoHttpDns();
initModules();