调试到 _GlobalApplication 实例化次数与现有实例问题...

This commit is contained in:
ZhanGSKen
2025-03-27 19:06:51 +08:00
parent 9a53d04050
commit d83d460342
7 changed files with 57 additions and 37 deletions

View File

@@ -19,13 +19,16 @@
<activity
android:name=".GlobalCrashActivity"
android:label="GlobalCrashActivity"
android:launchMode="standard"/>
android:launchMode="singleInstance"
android:process=":GlobalCrashActivity"/>
<activity
android:name="cc.winboll.studio.libappbase.winboll.LogActivity"
android:resizeableActivity="true"
android:configChanges="screenSize|smallestScreenSize|screenLayout|orientation"
android:exported="true">
android:exported="true"
android:launchMode="singleInstance"
android:process=":LogActivity">
</activity>