Added export all errors record function

This commit is contained in:
2022-05-13 02:27:57 +08:00
parent 7611445b56
commit 786d46069c
9 changed files with 230 additions and 5 deletions

View File

@@ -39,4 +39,6 @@
<string name="all_errors_clear_success">All errors records have been cleared</string>
<string name="are_you_sure_export_all_errors">Are you sure you want to export all log files? The packaging process may take a while.</string>
<string name="view_detail">View detail</string>
<string name="export_all_errors_success">All errors record exported</string>
<string name="export_all_errors_fail">Failed to exported all errors record</string>
</resources>