[6.0.0] close the trace node debug

This commit is contained in:
zhongchao
2023-08-21 11:23:50 +08:00
parent 14bb20f163
commit 6f82d1cb1c

View File

@@ -23,7 +23,7 @@ public class MogoApplication extends MainMoGoApplication {
@Override
public void onCreate() {
TraceNodeCore.Companion.getTraceNodeCore().setDebugMode(true); //todo
// TraceNodeCore.Companion.getTraceNodeCore().setDebugMode(false); //todo
ARouterStartUp.init(this);
ConfigStartUp.init(this);
tryEnableStrictMode();