mirror of
https://github.com/M66B/FairEmail.git
synced 2025-01-03 21:55:13 +00:00
Report raw operation exceptions
This commit is contained in:
parent
1a602664c4
commit
cb7e42ee77
1 changed files with 1 additions and 1 deletions
|
@ -252,7 +252,7 @@ class Core {
|
|||
Log.e(folder.name, ex);
|
||||
reportError(context, account, folder, ex);
|
||||
|
||||
db.operation().setOperationError(op.id, Helper.formatThrowable(ex, true));
|
||||
db.operation().setOperationError(op.id, Helper.formatThrowable(ex));
|
||||
if (message != null && !(ex instanceof IllegalArgumentException))
|
||||
db.message().setMessageError(message.id, Helper.formatThrowable(ex, true));
|
||||
|
||||
|
|
Loading…
Reference in a new issue