mirror of
https://github.com/M66B/FairEmail.git
synced 2026-04-05 16:43:26 +02:00
Conditionally sanitize exceptions
This commit is contained in:
@@ -153,7 +153,7 @@ public class ServiceSend extends LifecycleService {
|
||||
Log.e(outbox.name, ex);
|
||||
EntityLog.log(
|
||||
ServiceSend.this,
|
||||
outbox.name + " " + Helper.formatThrowable(ex));
|
||||
outbox.name + " " + Helper.formatThrowable(ex, false));
|
||||
|
||||
db.operation().setOperationError(op.id, Helper.formatThrowable(ex));
|
||||
if (message != null)
|
||||
|
||||
Reference in New Issue
Block a user