This commit is contained in:
tongchenfei
2020-06-23 20:50:23 +08:00
parent a96acc698c
commit 0066123855
3 changed files with 5 additions and 7 deletions

View File

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