bug fix
This commit is contained in:
@@ -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 );
|
||||
|
||||
|
||||
Reference in New Issue
Block a user