diff --git a/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/ExpandableNotificationRow.java b/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/ExpandableNotificationRow.java index ed489a6c5343f..d92d11b18d744 100644 --- a/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/ExpandableNotificationRow.java +++ b/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/ExpandableNotificationRow.java @@ -1894,6 +1894,9 @@ public class ExpandableNotificationRow extends ActivatableNotificationView return traceTag; } + if (isSummaryWithChildren()) { + return traceTag + "(summary)"; + } Class style = getEntry().getSbn().getNotification().getNotificationStyle(); if (style == null) {