mirror of
https://github.com/M66B/FairEmail.git
synced 2025-02-23 22:51:02 +00:00
Added logging
This commit is contained in:
parent
8d4067d8e0
commit
b3b2e983aa
1 changed files with 1 additions and 0 deletions
|
@ -3486,6 +3486,7 @@ public class ServiceSynchronize extends ServiceBase implements SharedPreferences
|
|||
}
|
||||
|
||||
static void reload(Context context, Long account, boolean force, String reason) {
|
||||
EntityLog.log(context, "### Reload account=" + account + " force=" + force + " reason=" + reason);
|
||||
start(context,
|
||||
new Intent(context, ServiceSynchronize.class)
|
||||
.setAction("reload")
|
||||
|
|
Loading…
Reference in a new issue