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

Commit 96b96451 authored by Alec Mouri's avatar Alec Mouri
Browse files

Add caching override info into dumpsys

Bug: 182929956
Test: dumpsys SurfaceFlinger
Change-Id: I78fcccd3edf512277856ffeaed1b9ca2baba911b
parent 7905c2cb
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -68,6 +68,10 @@ void OutputLayerCompositionState::dump(std::string& out) const {
    dumpVal(out, "bufferTransform", toString(bufferTransform), bufferTransform);
    dumpVal(out, "dataspace", toString(dataspace), dataspace);
    dumpVal(out, "z-index", z);
    dumpVal(out, "override buffer", overrideInfo.buffer.get());
    dumpVal(out, "override acquire fence", overrideInfo.acquireFence.get());
    dumpVal(out, "override display frame", overrideInfo.displayFrame);
    dumpVal(out, "override dataspace", toString(overrideInfo.dataspace), overrideInfo.dataspace);

    if (hwc) {
        dumpHwc(*hwc, out);