mirror of
https://github.com/M66B/FairEmail.git
synced 2026-01-05 04:19:21 +01:00
Added unexpected error title
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user