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

Commit 41a5c921 authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge "screenrecord: Use ui::LayerStack"

parents dc47073c 27123556
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -701,7 +701,7 @@ static status_t recordScreen(const char* fileName) {
        printf("Display is %dx%d @%.2ffps (orientation=%s), layerStack=%u\n",
                layerStackSpaceRect.getWidth(), layerStackSpaceRect.getHeight(),
                displayMode.refreshRate, toCString(displayState.orientation),
                displayState.layerStack);
                displayState.layerStack.id);
        fflush(stdout);
    }