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

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

Merge "Fix undefined names used in ALOGV_IF."

parents e4e26c07 617bb203
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -1996,8 +1996,8 @@ void SurfaceFlinger::beginFrame(const sp<DisplayDevice>& display)
    //   emit any black frames until a layer is added to the layer stack.
    bool mustRecompose = dirty && !(empty && wasEmpty);

    ALOGV_IF(displayDevice->getDisplayType() == DisplayDevice::DISPLAY_VIRTUAL,
            "dpy[%zu]: %s composition (%sdirty %sempty %swasEmpty)", dpy,
    ALOGV_IF(display->getDisplayType() == DisplayDevice::DISPLAY_VIRTUAL,
            "id[%d]: %s composition (%sdirty %sempty %swasEmpty)", display->getId(),
            mustRecompose ? "doing" : "skipping",
            dirty ? "+" : "-",
            empty ? "+" : "-",