1
0
Fork 0
mirror of https://github.com/M66B/FairEmail.git synced 2025-03-12 15:19:04 +00:00

Added unexpected error title

This commit is contained in:
M66B 2020-07-15 07:45:15 +02:00
parent 62b35cca48
commit 48a027797d
2 changed files with 2 additions and 1 deletions

View file

@ -1049,7 +1049,7 @@ public class Log {
new SimpleTask<Long>() { new SimpleTask<Long>() {
@Override @Override
protected Long onExecute(Context context, Bundle args) throws Throwable { protected Long onExecute(Context context, Bundle args) throws Throwable {
return Log.getDebugInfo(context, R.string.title_crash_info_remark, ex, null).id; return Log.getDebugInfo(context, R.string.title_unexpected_info_remark, ex, null).id;
} }
@Override @Override

View file

@ -1329,6 +1329,7 @@
<string name="title_debug_info">Debug info</string> <string name="title_debug_info">Debug info</string>
<string name="title_debug_info_remark">Please describe the problem and indicate the time of the problem:</string> <string name="title_debug_info_remark">Please describe the problem and indicate the time of the problem:</string>
<string name="title_crash_info_remark">Please describe what you were doing when the app crashed:</string> <string name="title_crash_info_remark">Please describe what you were doing when the app crashed:</string>
<string name="title_unexpected_info_remark">Please describe what you were doing when you got the error:</string>
<string name="title_issue_subject" translatable="false">FairEmail %1$s issue</string> <string name="title_issue_subject" translatable="false">FairEmail %1$s issue</string>
<string name="title_widget_title_count">New message count</string> <string name="title_widget_title_count">New message count</string>