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:
@@ -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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user