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

Commit 22be349c authored by Vishnu Nair's avatar Vishnu Nair
Browse files

[sf] fix layer trace generation with new fe

Fixes an incorrect rebase.

Test: presubmit
Bug: 238781169
Change-Id: I13596a035dc930447ee5c3b66a420e43b7a8b737
parent 9402f4fa
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -5825,8 +5825,8 @@ LayersProto SurfaceFlinger::dumpDrawingStateProto(uint32_t traceFlags) const {
        return layersProto;
    }

    return LayerProtoFromSnapshotGenerator(mLayerSnapshotBuilder, mFrontEndDisplayInfos, {},
                                           traceFlags)
    return LayerProtoFromSnapshotGenerator(mLayerSnapshotBuilder, mFrontEndDisplayInfos,
                                           mLegacyLayers, traceFlags)
            .generate(mLayerHierarchyBuilder.getHierarchy());
}