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>() {
@Override
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