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

Commit d1769690 authored by Chris Wren's avatar Chris Wren Committed by Android (Google) Code Review
Browse files

Merge "Remove spammy notification_cancel event log."

parents f834c282 bddb5bc8
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -2584,8 +2584,8 @@ public class NotificationManagerService extends SystemService {
            @Override
            public void run() {
                String listenerName = listener == null ? null : listener.component.toShortString();
                EventLogTags.writeNotificationCancel(callingUid, callingPid, pkg, id, tag, userId,
                        mustHaveFlags, mustNotHaveFlags, reason, listenerName);
                if (DBG) EventLogTags.writeNotificationCancel(callingUid, callingPid, pkg, id, tag,
                        userId, mustHaveFlags, mustNotHaveFlags, reason, listenerName);

                synchronized (mNotificationList) {
                    int index = indexOfNotificationLocked(pkg, tag, id, userId);