mirror of
https://github.com/M66B/FairEmail.git
synced 2025-02-24 07:01:05 +00:00
Added logging
This commit is contained in:
parent
b30a8d9b8a
commit
d055679448
1 changed files with 4 additions and 2 deletions
|
@ -1601,7 +1601,8 @@ public class ServiceSynchronize extends ServiceBase implements SharedPreferences
|
|||
EntityLog.log(this, account.name + " closing");
|
||||
db.account().setAccountState(account.id, "closing");
|
||||
|
||||
// Stop watching for operations
|
||||
// Stop watching operations
|
||||
Log.i(account.name + " stop watching operations");
|
||||
getMainHandler().post(new Runnable() {
|
||||
@Override
|
||||
public void run() {
|
||||
|
@ -1610,7 +1611,8 @@ public class ServiceSynchronize extends ServiceBase implements SharedPreferences
|
|||
}
|
||||
});
|
||||
|
||||
// Cancel running operations
|
||||
// Stop executing operations
|
||||
Log.i(account.name + " stop executing operations");
|
||||
ht.quit();
|
||||
|
||||
// Close folders
|
||||
|
|
Loading…
Reference in a new issue