Loading services/core/java/com/android/server/content/SyncJobService.java +1 −4 Original line number Diff line number Diff line Loading @@ -141,10 +141,7 @@ public class SyncJobService extends JobService { final long runtime = nowUptime - startUptime; if (startUptime == 0) { wtf("Job " + jobId + " start uptime not found: " + " params=" + jobParametersToString(params)); } else if (runtime > 60 * 1000) { if (runtime > 60 * 1000) { // WTF if startSyncH() hasn't happened, *unless* onStopJob() was called too soon. // (1 minute threshold.) // Also don't wtf when it's not ready to sync. Loading Loading
services/core/java/com/android/server/content/SyncJobService.java +1 −4 Original line number Diff line number Diff line Loading @@ -141,10 +141,7 @@ public class SyncJobService extends JobService { final long runtime = nowUptime - startUptime; if (startUptime == 0) { wtf("Job " + jobId + " start uptime not found: " + " params=" + jobParametersToString(params)); } else if (runtime > 60 * 1000) { if (runtime > 60 * 1000) { // WTF if startSyncH() hasn't happened, *unless* onStopJob() was called too soon. // (1 minute threshold.) // Also don't wtf when it's not ready to sync. Loading