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

Commit 3f340d0c authored by Beth Thibodeau's avatar Beth Thibodeau
Browse files

Dump additional host view info

Bug: 415755300
Flag: EXEMPT bugfix logging
Test: check MediaHierarchyManager dump
Change-Id: I629d9cb8dfe4a731a3cf4d609bbde2dd0acf7ab1
parent 4724576e
Loading
Loading
Loading
Loading
+8 −0
Original line number Diff line number Diff line
@@ -1372,6 +1372,14 @@ constructor(
            println("previous location: $previousLocation")
            println("bounds: $currentBounds, target $targetBounds")
            println("clipping: $currentClipping, target $targetClipping")
            println("qsExpansion: $qsExpansion")
            println("Host bounds:")
            mediaHosts.forEachIndexed { location, host ->
                println(
                    "\t$location: bounds ${host?.currentBounds}" +
                        ", clipping ${host?.currentClipping}"
                )
            }
        }
    }