Dump mIsStashed in dumpState.

Bug: 165793553
Test: None
Change-Id: Ic67a174380139ab8489e68308fc9877bfd899c25
This commit is contained in:
Ben Lin
2020-11-03 10:18:06 -08:00
parent 0afb17c6e6
commit 8cb470c793

View File

@@ -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 {