Fixed log type

pull/204/head
M66B 4 years ago
parent f473969386
commit 8cbe086a43

@ -2463,7 +2463,7 @@ public class ServiceSynchronize extends ServiceBase implements SharedPreferences
private List<TupleAccountState> lastAccountStates = null;
private void post(Bundle command) {
EntityLog.log(ServiceSynchronize.this, EntityLog.Type.Network,
EntityLog.log(ServiceSynchronize.this, EntityLog.Type.Scheduling,
"### command " + TextUtils.join(" ", Log.getExtras(command)));
if (command.getBoolean("sync") || command.getBoolean("force"))

Loading…
Cancel
Save