mirror of
https://github.com/Evolution-X/hardware_interfaces
synced 2026-02-01 22:04:26 +00:00
Merge "HWC2On1Adapter: Fix fd leak in Layer::dump"
This commit is contained in:
committed by
Gerrit Code Review
commit
2e38b2c0f6
@@ -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: " <<
|
||||
|
||||
Reference in New Issue
Block a user