Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 848458ac authored by Makoto Onuki's avatar Makoto Onuki
Browse files

Disable sync job service WTF for now.

Bug: 72549144
Test: build and boot
Change-Id: I948a5b677ee2f4f8501afbfcd2d9127b779aaebf
parent b04b70c9
Loading
Loading
Loading
Loading
+7 −5
Original line number Diff line number Diff line
@@ -137,11 +137,13 @@ public class SyncJobService extends JobService {
                            + " params=" + jobParametersToString(params));
                }
            } else if (runtime < 10 * 1000) {
                // Job stopped too soon. WTF.
                wtf("Job " + jobId + " stopped in " + runtime + " ms: "
                        + " startUptime=" + startUptime
                        + " nowUptime=" + nowUptime
                        + " params=" + jobParametersToString(params));
                // This happens too in a normal case too, and it's rather too often.
                // Disable it for now.
//                // Job stopped too soon. WTF.
//                wtf("Job " + jobId + " stopped in " + runtime + " ms: "
//                        + " startUptime=" + startUptime
//                        + " nowUptime=" + nowUptime
//                        + " params=" + jobParametersToString(params));
            }

            mStartedSyncs.delete(jobId);