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

Commit 547f97ac authored by Christopher Tate's avatar Christopher Tate Committed by Android (Google) Code Review
Browse files

Merge "Log alarm delivery only when localLOGV" into lmp-dev

parents 50572be3 2ff5a73c
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),