Dump mIsStashed in dumpState.
Bug: 165793553 Test: None Change-Id: Ic67a174380139ab8489e68308fc9877bfd899c25
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user