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

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

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

* commit 'bd81fd28d4fa505da683417197ac89c8a3b0aca0':
  Log alarm delivery only when localLOGV
parents d060780b e7ad1640
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),