Loading apex/jobscheduler/service/java/com/android/server/job/controllers/JobStatus.java +1 −1 Original line number Diff line number Diff line Loading @@ -2098,7 +2098,7 @@ public final class JobStatus { } else { sb.append(" satisfied:0x").append(Integer.toHexString(satisfiedConstraints)); sb.append(" unsatisfied:0x").append(Integer.toHexString( (satisfiedConstraints & mRequiredConstraintsOfInterest) (satisfiedConstraints & (mRequiredConstraintsOfInterest | IMPLICIT_CONSTRAINTS)) ^ mRequiredConstraintsOfInterest)); } sb.append("}"); Loading Loading
apex/jobscheduler/service/java/com/android/server/job/controllers/JobStatus.java +1 −1 Original line number Diff line number Diff line Loading @@ -2098,7 +2098,7 @@ public final class JobStatus { } else { sb.append(" satisfied:0x").append(Integer.toHexString(satisfiedConstraints)); sb.append(" unsatisfied:0x").append(Integer.toHexString( (satisfiedConstraints & mRequiredConstraintsOfInterest) (satisfiedConstraints & (mRequiredConstraintsOfInterest | IMPLICIT_CONSTRAINTS)) ^ mRequiredConstraintsOfInterest)); } sb.append("}"); Loading