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

Commit b873ef8e authored by Chris Wren's avatar Chris Wren Committed by Android Git Automerger
Browse files

am dfa4af2d: Merge "remove obsolete notification visibility log" into mnc-dev

* commit 'dfa4af2d':
  remove obsolete notification visibility log
parents 3eaf106a dfa4af2d
Loading
Loading
Loading
Loading
+0 −6
Original line number Diff line number Diff line
@@ -625,12 +625,6 @@ public class NotificationManagerService extends SystemService {
        @Override
        public void onNotificationVisibilityChanged(
                String[] newlyVisibleKeys, String[] noLongerVisibleKeys) {
            // Using ';' as separator since eventlogs uses ',' to separate
            // args.
            // TODO remove this: b/21248682
            EventLogTags.writeNotificationVisibilityChanged(
                    TextUtils.join(";", newlyVisibleKeys),
                    TextUtils.join(";", noLongerVisibleKeys));
            synchronized (mNotificationList) {
                for (String key : newlyVisibleKeys) {
                    NotificationRecord r = mNotificationsByKey.get(key);