[6.0.0] close the trace node debug

This commit is contained in:
zhongchao
2023-08-21 11:23:50 +08:00
parent a1a7dfcb37
commit 1364b55a69

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();