mirror of
https://github.com/M66B/FairEmail.git
synced 2025-12-29 00:51:44 +01:00
Suppress server messages in releases
This commit is contained in:
@@ -691,7 +691,8 @@ public class ServiceSynchronize extends LifecycleService {
|
||||
try {
|
||||
wl.acquire();
|
||||
Log.i(Helper.TAG, account.name + " event: " + e.getMessage());
|
||||
db.account().setAccountError(account.id, e.getMessage());
|
||||
if (BuildConfig.DEBUG)
|
||||
db.account().setAccountError(account.id, e.getMessage());
|
||||
state.thread.interrupt();
|
||||
yieldWakelock();
|
||||
} finally {
|
||||
|
||||
Reference in New Issue
Block a user