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

Commit e7ad1640 authored by Christopher Tate's avatar Christopher Tate Committed by Android Git Automerger
Browse files

am 6330e891: Merge "Log alarm delivery only when localLOGV" into lmp-dev

* commit '6330e8911f6d366e03a394a80c28c5ac5efc1abd':
  Log alarm delivery only when localLOGV
parents 06e9f534 547f97ac
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -1537,7 +1537,9 @@ class AlarmManagerService extends SystemService {
        for (int i=0; i<triggerList.size(); i++) {
            Alarm alarm = triggerList.get(i);
            try {
                if (localLOGV) {
                    Slog.v(TAG, "sending alarm " + alarm);
                }
                alarm.operation.send(getContext(), 0,
                        mBackgroundIntent.putExtra(
                                Intent.EXTRA_ALARM_COUNT, alarm.count),