|
|
@ -397,8 +397,8 @@ class Core {
|
|
|
|
try {
|
|
|
|
try {
|
|
|
|
db.beginTransaction();
|
|
|
|
db.beginTransaction();
|
|
|
|
|
|
|
|
|
|
|
|
op.error = Log.formatThrowable(ex);
|
|
|
|
op.error = Log.formatThrowable(ex, false);
|
|
|
|
db.operation().setOperationError(op.id, op.error);
|
|
|
|
db.operation().setOperationError(op.id, Log.formatThrowable(ex));
|
|
|
|
|
|
|
|
|
|
|
|
if (message != null && !(ex instanceof IllegalArgumentException))
|
|
|
|
if (message != null && !(ex instanceof IllegalArgumentException))
|
|
|
|
db.message().setMessageError(message.id, Log.formatThrowable(ex));
|
|
|
|
db.message().setMessageError(message.id, Log.formatThrowable(ex));
|
|
|
|