fix:
update:跳转优化,资源替换
This commit is contained in:
2025-12-16 14:37:15 +08:00
parent 8a6bd705dc
commit ed285c05ee
54 changed files with 123 additions and 46 deletions

View File

@@ -72,6 +72,7 @@ public class BaseApplication extends Application {
private void init() {
Log.e(TAG, "init: ");
long time = System.currentTimeMillis();
if (!BuildConfig.DEBUG) {
catchException();
}
@@ -106,6 +107,7 @@ public class BaseApplication extends Application {
aliyunPushInit();
}
Log.e(this.getClass().getSimpleName(), "init: " + (System.currentTimeMillis() - time) + "ms");
}
public void aliyunPushInit() {