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

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

@@ -1,8 +1,8 @@
#Created by .winboll/winboll_app_build.gradle
#Mon May 11 08:36:26 GMT 2026
#Mon May 11 08:50:12 GMT 2026
stageCount=6
libraryProject=libappbase
baseVersion=15.20
publishVersion=15.20.5
buildCount=21
buildCount=26
baseBetaVersion=15.20.6

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