mirror of
https://github.com/M66B/FairEmail.git
synced 2026-04-06 09:03:56 +02:00
Added logging
This commit is contained in:
@@ -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")
|
||||
|
||||
Reference in New Issue
Block a user