Added multi-process error demo in demo-app

This commit is contained in:
2022-06-03 03:06:09 +08:00
parent 2c4e4f5090
commit 27ec4c0218
10 changed files with 60 additions and 0 deletions

View File

@@ -7,4 +7,6 @@
<string name="throw_nullpointer">throw NullPointerException</string>
<string name="throw_exception">throw Exception</string>
<string name="throw_native_error">throw Native Error</string>
<string name="throw_multi_process_error">throw Multi-Process Exception</string>
<string name="suicide_in_progress">Suicide in progress</string>
</resources>