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

Commit f3074681 authored by András Kurucz's avatar András Kurucz Committed by Android (Google) Code Review
Browse files

Merge "Enhance BubbleController dumps" into tm-qpr-dev

parents 719029c8 d3a795d9
Loading
Loading
Loading
Loading
+2 −1
Original line number Original line Diff line number Diff line
@@ -870,7 +870,8 @@ public class Bubble implements BubbleViewProvider {
        pw.print("  desiredHeight: "); pw.println(getDesiredHeightString());
        pw.print("  desiredHeight: "); pw.println(getDesiredHeightString());
        pw.print("  suppressNotif: "); pw.println(shouldSuppressNotification());
        pw.print("  suppressNotif: "); pw.println(shouldSuppressNotification());
        pw.print("  autoExpand:    "); pw.println(shouldAutoExpand());
        pw.print("  autoExpand:    "); pw.println(shouldAutoExpand());
        pw.print("  bubbleMetadataFlagListener null: " + (mBubbleMetadataFlagListener == null));
        pw.print("  isClearable:   "); pw.println(mIsClearable);
        pw.println("  bubbleMetadataFlagListener null: " + (mBubbleMetadataFlagListener == null));
        if (mExpandedView != null) {
        if (mExpandedView != null) {
            mExpandedView.dump(pw);
            mExpandedView.dump(pw);
        }
        }