Add dumpsys logs to debug missing notifs
See if ExpandableNotificationRow #performDismiss is calling registerFutureDismissal Bug: 237897866 Test: dumpsys Change-Id: I1764d977ced55035d066e65224d05d165538863d
This commit is contained in:
@@ -3453,6 +3453,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();
|
||||
|
||||
Reference in New Issue
Block a user