Merge "Dump ExpandableNotificationRow#mShowNobackground" into udc-qpr-dev
This commit is contained in:
committed by
Android (Google) Code Review
commit
829bdd2142
@@ -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