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

Commit 32b7f5e4 authored by Mateusz Cicheński's avatar Mateusz Cicheński
Browse files

Add PiP overlay reference to the dump

Bug: 316967533
Change-Id: I763b9464529352fc5131d506cd0888eb3c047f82
Test: n/a, debugging logs
Flag: none
parent 006b0b9f
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -1996,6 +1996,7 @@ public class PipTaskOrganizer implements ShellTaskOrganizer.TaskListener,
        pw.println(innerPrefix + "mToken=" + mToken
                + " binder=" + (mToken != null ? mToken.asBinder() : null));
        pw.println(innerPrefix + "mLeash=" + mLeash);
        pw.println(innerPrefix + "mPipOverlay=" + mPipOverlay);
        pw.println(innerPrefix + "mState=" + mPipTransitionState.getTransitionState());
        pw.println(innerPrefix + "mPictureInPictureParams=" + mPictureInPictureParams);
        mPipTransitionController.dump(pw, innerPrefix);