Dump ExpandableNotificationRow#mShowNobackground

We have some bugs, where this property gets out of sync form the expected state.

Bug: 292204125
Test: adb shell dumpsys activity service com.android.systemui/.SystemUIService NotificationStackScrollLayout
Change-Id: I6ed178420a886f374221675979c871dd189300e0
This commit is contained in:
András Kurucz
2023-07-21 14:28:12 +00:00
parent c707afc784
commit a10e963951

View File

@@ -3678,6 +3678,7 @@ public class ExpandableNotificationRow extends ActivatableNotificationView
pw.print(", mShowingPublicInitialized: " + mShowingPublicInitialized);
NotificationContentView showingLayout = getShowingLayout();
pw.print(", privateShowing: " + (showingLayout == mPrivateLayout));
pw.print(", mShowNoBackground: " + mShowNoBackground);
pw.println();
showingLayout.dump(pw, args);