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

Commit 16a5642c authored by Eden Mendel's avatar Eden Mendel Committed by Android (Google) Code Review
Browse files

Merge "[Flag Removal] Remove flag...

Merge "[Flag Removal] Remove flag com.android.server.notification.log_visually_changed_updates" into main
parents 05d5dc6c 279f70e9
Loading
Loading
Loading
Loading
+1 −3
Original line number Diff line number Diff line
@@ -25,7 +25,6 @@ import static android.service.notification.NotificationListenerService.REASON_CL
import static android.service.notification.NotificationListenerService.REASON_CLICK;
import static android.service.notification.NotificationListenerService.REASON_LOCKDOWN;

import static com.android.server.notification.Flags.logVisuallyChangedUpdates;

import android.annotation.DurationMillisLong;
import android.annotation.NonNull;
@@ -464,10 +463,9 @@ interface NotificationRecordLogger {
                return true;
            }

            if (logVisuallyChangedUpdates() && r.isTextChanged()) {
            if (r.isTextChanged()) {
                return true;
            }

            return !(Objects.equals(r.getSbn().getChannelIdLogTag(),
                        old.getSbn().getChannelIdLogTag())
                    && Objects.equals(r.getSbn().getGroupLogTag(), old.getSbn().getGroupLogTag())
+1 −9
Original line number Diff line number Diff line
@@ -194,15 +194,7 @@ flag {
  }
}

flag {
  name: "log_visually_changed_updates"
  namespace: "systemui"
  description: "Logs a notification update if it is visually changed"
  bug: "420989666"
  metadata {
    purpose: PURPOSE_BUGFIX
  }
}


flag {
  name: "random_conversation_ids"