Report raw operation exceptions

pull/156/head
M66B 6 years ago
parent 1a602664c4
commit cb7e42ee77

@ -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…
Cancel
Save