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

Commit 8cb470c7 authored by Ben Lin's avatar Ben Lin
Browse files

Dump mIsStashed in dumpState.

Bug: 165793553
Test: None
Change-Id: Ic67a174380139ab8489e68308fc9877bfd899c25
parent 0afb17c6
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -190,6 +190,7 @@ public final class PipBoundsState {
        pw.println(innerPrefix + "mAspectRatio=" + mAspectRatio);
        pw.println(innerPrefix + "mDisplayInfo=" + mDisplayInfo);
        pw.println(innerPrefix + "mDisplayLayout=" + mDisplayLayout);
        pw.println(innerPrefix + "mIsStashed=" + mIsStashed);
        if (mPipReentryState == null) {
            pw.println(innerPrefix + "mPipReentryState=null");
        } else {