Merge "HWC2On1Adapter: Fix fd leak in Layer::dump" am: 2e38b2c0f6 am: 28172ae62a

am: 7ba269ea79

Change-Id: I87530cfb3908ca158d96d9bc3ad6e4be91df1ade
This commit is contained in:
android-build-prod (mdb)
2018-04-27 11:48:11 -07:00
committed by android-build-merger

View File

@@ -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: " <<