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

Commit 2e38b2c0 authored by android-build-prod (mdb)'s avatar android-build-prod (mdb) Committed by Gerrit Code Review
Browse files

Merge "HWC2On1Adapter: Fix fd leak in Layer::dump"

parents 71d7d91b 9f20633e
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -2094,8 +2094,7 @@ std::string HWC2On1Adapter::Layer::dump() const {
    } else if (mCompositionType == HWC2::Composition::Sideband) {
        output << "  Handle: " << mSidebandStream << '\n';
    } else {
        output << "  Buffer: " << mBuffer.getBuffer() << "/" <<
                mBuffer.getFence() << '\n';
        output << "  Buffer: " << mBuffer.getBuffer() << '\n';
        output << fill << "  Display frame [LTRB]: " <<
                rectString(mDisplayFrame) << '\n';
        output << fill << "  Source crop: " <<