Loading services/core/java/com/android/server/notification/NotificationRecord.java +2 −1 Original line number Original line Diff line number Diff line Loading @@ -55,7 +55,6 @@ import android.service.notification.SnoozeCriterion; import android.service.notification.StatusBarNotification; import android.service.notification.StatusBarNotification; import android.text.TextUtils; import android.text.TextUtils; import android.util.ArraySet; import android.util.ArraySet; import android.util.FeatureFlagUtils; import android.util.Log; import android.util.Log; import android.util.TimeUtils; import android.util.TimeUtils; import android.util.proto.ProtoOutputStream; import android.util.proto.ProtoOutputStream; Loading Loading @@ -581,6 +580,8 @@ public final class NotificationRecord { pw.println(prefix + "mLight= " + mLight); pw.println(prefix + "mLight= " + mLight); pw.println(prefix + "mShowBadge=" + mShowBadge); pw.println(prefix + "mShowBadge=" + mShowBadge); pw.println(prefix + "mColorized=" + notification.isColorized()); pw.println(prefix + "mColorized=" + notification.isColorized()); pw.println(prefix + "mAllowBubble=" + mAllowBubble); pw.println(prefix + "isBubble=" + notification.isBubbleNotification()); pw.println(prefix + "mIsInterruptive=" + mIsInterruptive); pw.println(prefix + "mIsInterruptive=" + mIsInterruptive); pw.println(prefix + "effectiveNotificationChannel=" + getChannel()); pw.println(prefix + "effectiveNotificationChannel=" + getChannel()); if (getPeopleOverride() != null) { if (getPeopleOverride() != null) { Loading Loading
services/core/java/com/android/server/notification/NotificationRecord.java +2 −1 Original line number Original line Diff line number Diff line Loading @@ -55,7 +55,6 @@ import android.service.notification.SnoozeCriterion; import android.service.notification.StatusBarNotification; import android.service.notification.StatusBarNotification; import android.text.TextUtils; import android.text.TextUtils; import android.util.ArraySet; import android.util.ArraySet; import android.util.FeatureFlagUtils; import android.util.Log; import android.util.Log; import android.util.TimeUtils; import android.util.TimeUtils; import android.util.proto.ProtoOutputStream; import android.util.proto.ProtoOutputStream; Loading Loading @@ -581,6 +580,8 @@ public final class NotificationRecord { pw.println(prefix + "mLight= " + mLight); pw.println(prefix + "mLight= " + mLight); pw.println(prefix + "mShowBadge=" + mShowBadge); pw.println(prefix + "mShowBadge=" + mShowBadge); pw.println(prefix + "mColorized=" + notification.isColorized()); pw.println(prefix + "mColorized=" + notification.isColorized()); pw.println(prefix + "mAllowBubble=" + mAllowBubble); pw.println(prefix + "isBubble=" + notification.isBubbleNotification()); pw.println(prefix + "mIsInterruptive=" + mIsInterruptive); pw.println(prefix + "mIsInterruptive=" + mIsInterruptive); pw.println(prefix + "effectiveNotificationChannel=" + getChannel()); pw.println(prefix + "effectiveNotificationChannel=" + getChannel()); if (getPeopleOverride() != null) { if (getPeopleOverride() != null) { Loading