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

Commit b8e37c99 authored by Beverly's avatar Beverly Committed by android-build-merger
Browse files

Merge "Add logging to ScheduleConditionProvider" into pi-dev am: 8f308fd4

am: 4c024e09

Change-Id: I70159e3611de6cbee89a867f0e3bacd8ddfac22e
parents b35cfd79 4c024e09
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -185,6 +185,8 @@ public class ScheduleConditionProvider extends SystemConditionProviderService {
    @GuardedBy("mSubscriptions")
    Condition evaluateSubscriptionLocked(Uri conditionId, ScheduleCalendar cal,
            long now, long nextUserAlarmTime) {
        if (DEBUG) Slog.d(TAG, String.format("evaluateSubscriptionLocked cal=%s, now=%s, "
                        + "nextUserAlarmTime=%s", cal, ts(now), ts(nextUserAlarmTime)));
        Condition condition;
        if (cal == null) {
            condition = createCondition(conditionId, Condition.STATE_ERROR, "!invalidId");