Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit dc125c80 authored by Lyn Han's avatar Lyn Han
Browse files

Add dumpsys logs to debug missing notifs

See if ExpandableNotificationRow #performDismiss is calling registerFutureDismissal

Bug: 237897866
Test: dumpsys
Change-Id: I1764d977ced55035d066e65224d05d165538863d
parent 638d4593
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -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();