Added function AppErrorsRecordActivity and support native crash message

This commit is contained in:
2022-05-12 04:18:00 +08:00
parent d097054cb0
commit 443220a078
20 changed files with 571 additions and 23 deletions

View File

@@ -27,4 +27,8 @@
<string name="print_to_logcat_success">Printed to logcat</string>
<string name="output_stack_success">Export exception stack succeeded</string>
<string name="output_stack_fail">Failed to export exception stack</string>
<string name="export_all">Export all</string>
<string name="clear_all">Clear all</string>
<string name="errors_record">AppErrorsRecord</string>
<string name="no_errors_data">No errors data for now</string>
</resources>