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

Commit 512ebfe3 authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Adding a few missing PiP dump logs."

parents c7d26d48 95b7b620
Loading
Loading
Loading
Loading
+7 −1
Original line number Diff line number Diff line
@@ -582,6 +582,9 @@ class PinnedStackController {
        pw.print(prefix + "  defaultBounds=");
        getDefaultBounds(INVALID_SNAP_FRACTION).printShortString(pw);
        pw.println();
        pw.println(prefix + "  mDefaultMinSize=" + mDefaultMinSize);
        pw.println(prefix + "  mDefaultStackGravity=" + mDefaultStackGravity);
        pw.println(prefix + "  mDefaultAspectRatio=" + mDefaultAspectRatio);
        mService.getStackBounds(WINDOWING_MODE_PINNED, ACTIVITY_TYPE_STANDARD, mTmpRect);
        pw.print(prefix + "  movementBounds="); getMovementBounds(mTmpRect).printShortString(pw);
        pw.println();
@@ -591,6 +594,9 @@ class PinnedStackController {
        pw.println(prefix + "  mShelfHeight=" + mShelfHeight);
        pw.println(prefix + "  mReentrySnapFraction=" + mReentrySnapFraction);
        pw.println(prefix + "  mIsMinimized=" + mIsMinimized);
        pw.println(prefix + "  mAspectRatio=" + mAspectRatio);
        pw.println(prefix + "  mMinAspectRatio=" + mMinAspectRatio);
        pw.println(prefix + "  mMaxAspectRatio=" + mMaxAspectRatio);
        if (mActions.isEmpty()) {
            pw.println(prefix + "  mActions=[]");
        } else {