Added logging

This commit is contained in:
M66B 2024-01-20 18:19:27 +01:00
parent 8d4067d8e0
commit b3b2e983aa
1 changed files with 1 additions and 0 deletions

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