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

Commit 87d42629 authored by Makoto Onuki's avatar Makoto Onuki
Browse files

Add job ids in the sync log.

Bug 69141914
Test: manual

Change-Id: Ib8966506c3bb4f666cf50eb55962343fd5df63c9
parent 34116c78
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -120,6 +120,7 @@ public class SyncJobService extends JobService {
        synchronized (jobParamsMap) {
            JobParameters params = jobParamsMap.get(jobId);
            mLogger.log("callJobFinished()",
                    " jobid=", jobId,
                    " needsReschedule=", needsReschedule,
                    " ", mLogger.jobParametersToString(params),
                    " why=", why);