Merge "Add dumpsys logs to debug missing notifs" into tm-qpr-dev am: cd3171d2df am: f1e4418f5d

Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/base/+/19775130

Change-Id: I4c7d49006effb2b6f30f6f7f121ee4906ad4d1ad
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
This commit is contained in:
Lyn Han
2022-09-02 23:08:57 +00:00
committed by Automerger Merge Worker

View File

@@ -3455,6 +3455,8 @@ public class ExpandableNotificationRow extends ActivatableNotificationView
pw.print("visibility: " + getVisibility());
pw.print(", alpha: " + getAlpha());
pw.print(", translation: " + getTranslation());
pw.print(", Entry isDismissable: " + mEntry.isDismissable());
pw.print(", mOnUserInteractionCallback null: " + (mOnUserInteractionCallback == null));
pw.print(", removed: " + isRemoved());
pw.print(", expandAnimationRunning: " + mExpandAnimationRunning);
NotificationContentView showingLayout = getShowingLayout();