Merge "Add dumpsys logs to debug missing notifs" into tm-qpr-dev am: cd3171d2df
Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/base/+/19775130 Change-Id: Ied2ba08e703357a9992ad7e41e8307c7fdb563bb Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
This commit is contained in:
@@ -3455,6 +3455,8 @@ public class ExpandableNotificationRow extends ActivatableNotificationView
|
|||||||
pw.print("visibility: " + getVisibility());
|
pw.print("visibility: " + getVisibility());
|
||||||
pw.print(", alpha: " + getAlpha());
|
pw.print(", alpha: " + getAlpha());
|
||||||
pw.print(", translation: " + getTranslation());
|
pw.print(", translation: " + getTranslation());
|
||||||
|
pw.print(", Entry isDismissable: " + mEntry.isDismissable());
|
||||||
|
pw.print(", mOnUserInteractionCallback null: " + (mOnUserInteractionCallback == null));
|
||||||
pw.print(", removed: " + isRemoved());
|
pw.print(", removed: " + isRemoved());
|
||||||
pw.print(", expandAnimationRunning: " + mExpandAnimationRunning);
|
pw.print(", expandAnimationRunning: " + mExpandAnimationRunning);
|
||||||
NotificationContentView showingLayout = getShowingLayout();
|
NotificationContentView showingLayout = getShowingLayout();
|
||||||
|
|||||||
Reference in New Issue
Block a user