mirror of
https://github.com/KitsunePie/AppErrorsTracking.git
synced 2025-09-10 13:04:03 +08:00
Added multi-process error demo in demo-app
This commit is contained in:
@@ -21,5 +21,11 @@
|
||||
<category android:name="android.intent.category.LAUNCHER" />
|
||||
</intent-filter>
|
||||
</activity>
|
||||
|
||||
<activity
|
||||
android:name=".ui.activity.MainActivity$MultiProcessActivity"
|
||||
android:exported="false"
|
||||
android:process=":multi_process"
|
||||
android:screenOrientation="behind" />
|
||||
</application>
|
||||
</manifest>
|
Reference in New Issue
Block a user