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

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

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

* commit '235901bf11aff8cbf2c8d208517be2db22320c83':
  Log alarm delivery only when localLOGV
parents 29119b07 c79f21c6
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),