681终版

This commit is contained in:
2024-08-24 14:19:17 +08:00
parent daf881f6a7
commit 61b1101c3f
11 changed files with 114 additions and 54 deletions

View File

@@ -372,7 +372,7 @@ public class AppContext extends CommonAppContext {
});
}).setUncaughtCrashHandler((t, e) -> {
Log.e("ApplicationError", "子线程异常");//此处log只是展示当debug为true时主类内部log会打印异常信息
Log.e("ApplicationError", "子线程异常");
e.printStackTrace();
}).register(this);
}