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

Commit df37c86b authored by Treehugger Robot's avatar Treehugger Robot Committed by Automerger Merge Worker
Browse files

Merge "Add logs to debug flakiness of the test" into udc-qpr-dev am: 83cb8256 am: 9443a9f0

parents a7ea6b2f 9443a9f0
Loading
Loading
Loading
Loading
+4 −1
Original line number Diff line number Diff line
@@ -383,8 +383,11 @@ open class PipAppHelper(instrumentation: Instrumentation) :
                    it.wmState.visibleWindows.firstOrNull { window ->
                        this.windowMatchesAnyOf(window)
                    }
                        ?: return@add false
                Log.d(TAG, "window " + pipAppWindow)
                if (pipAppWindow == null) return@add false
                val pipRegion = pipAppWindow.frameRegion
                Log.d(TAG, "region " + pipRegion +
                        " covers " + windowRect.coversMoreThan(pipRegion))
                return@add windowRect.coversMoreThan(pipRegion)
            }
            .waitForAndVerify()