update 简繁

This commit is contained in:
2023-08-09 10:24:13 +08:00
parent e32e6f95b0
commit 3cc9b90151
4 changed files with 104 additions and 110 deletions

View File

@@ -135,12 +135,6 @@ public class AppContext extends CommonAppContext {
if (!isMainProcess()) {
return;
}
AppManager.runDebugCode(new Runnable() {
@Override
public void run() {
ToastUtil.show("Debug代码");
}
});
CrashSaveBean.getInstance().setStartTime(System.currentTimeMillis());
//注册全局异常捕获
registerError();