去掉应用自定义调试逻辑判断。

This commit is contained in:
2026-05-31 20:39:20 +08:00
parent 26f247b409
commit 7b48ca8fee
3 changed files with 5 additions and 5 deletions

View File

@@ -58,7 +58,7 @@ public class App extends GlobalApplication {
@Override
public void onCreate() {
super.onCreate();
setIsDebugging(BuildConfig.DEBUG);
//setIsDebugging(BuildConfig.DEBUG);
//setIsDebugging(false);
WinBoLLActivityManager.init(this);