1
0
Fork 0
mirror of https://github.com/M66B/FairEmail.git synced 2025-02-23 14:41:08 +00:00

Added logging

This commit is contained in:
M66B 2024-01-20 18:19:27 +01:00
parent 8d4067d8e0
commit b3b2e983aa

View file

@ -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")