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

Commit 562d906f authored by Christopher Tate's avatar Christopher Tate Committed by android-build-merger
Browse files

Merge \"Dump the source uid of scheduled jobs\" into nyc-mr1-dev

am: b30e1f75

Change-Id: I50d5d91c0fd2713d1fdfe027bcf11865b6863452
parents 4a74ffc1 b30e1f75
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -486,6 +486,7 @@ public final class JobStatus {
                + ":[" + job.getService()
                + ",jId=" + job.getId()
                + ",u" + getUserId()
                + ",suid=" + getSourceUid()
                + ",R=(" + formatRunTime(earliestRunTimeElapsedMillis, NO_EARLIEST_RUNTIME)
                + "," + formatRunTime(latestRunTimeElapsedMillis, NO_LATEST_RUNTIME) + ")"
                + ",N=" + job.getNetworkType() + ",C=" + job.isRequireCharging()