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

Commit 241b31ab authored by android-build-prod (mdb)'s avatar android-build-prod (mdb) Committed by android-build-merger
Browse files

Merge "HWC2On1Adapter: Fix fd leak in Layer::dump" am: 2e38b2c0 am: 28172ae6

am: 7ba269ea

Change-Id: I87530cfb3908ca158d96d9bc3ad6e4be91df1ade
parents 0a560df8 7ba269ea
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: " <<