Added App errors statistics function

This commit is contained in:
2022-06-11 01:31:03 +08:00
parent f5bbc312e5
commit d0f976f843
13 changed files with 338 additions and 5 deletions

View File

@@ -99,4 +99,13 @@
<string name="show_errors_dialog">显示错误对话框</string>
<string name="show_errors_toast">显示错误 Toast 提示</string>
<string name="show_nothing">不显示任何提示</string>
<string name="app_errors_statistics">应用异常统计</string>
<string name="total_errors">异常总数</string>
<string name="total_apps">应用总数</string>
<string name="most_errors_app">最多异常的应用</string>
<string name="most_errors_type">最多异常的类型</string>
<string name="total_proportion_of_errors">异常总占比</string>
<string name="total_errors_unit">%1$s 条</string>
<string name="total_apps_unit">%1$s 个 (含系统应用)</string>
<string name="generating_statistics">正在生成统计数据</string>
</resources>