This commit is contained in:
zhongchao
2021-06-25 19:38:29 +08:00
parent c360184021
commit 6ca25c59b9
2 changed files with 2 additions and 1 deletions

View File

@@ -86,7 +86,7 @@ android {
manifest.srcFile 'src/f8xxLauncherOnlineRelease/AndroidManifest.xml'
}
fPadLenovoLauncherOnlineRelease {
manifest.srcFile 'src/f8xxLauncherOnlineRelease/AndroidManifest.xml'
manifest.srcFile 'src/launcher/AndroidManifest.xml'
}
}

View File

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