完成应用崩溃事务处理逻辑。

This commit is contained in:
2026-05-11 16:53:51 +08:00
parent bd01220892
commit 744fb23291
7 changed files with 452 additions and 576 deletions

View File

@@ -27,7 +27,7 @@ public class App extends GlobalApplication {
setIsDebugging(BuildConfig.DEBUG);
}
// release 版调试码
setIsDebugging(!BuildConfig.DEBUG);
//setIsDebugging(!BuildConfig.DEBUG);
// 初始化 Toast 工具类(传入应用全局上下文,确保 Toast 可在任意地方调用)
ToastUtils.init(getApplicationContext());