Added logging

pull/214/head
M66B 7 months ago
parent 8d4067d8e0
commit b3b2e983aa

@ -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…
Cancel
Save