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

Commit f19c9eb9 authored by Vishnu Nair's avatar Vishnu Nair
Browse files

Fix LayerProtoHelper workaround to track layer ids

Flag: EXEMPT bugfix
Bug: 335383156
Test: capture active layers trace
Change-Id: I0ba327229112f5cda79359816d14b2d3bf157b3d
parent 687f9fea
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -331,6 +331,7 @@ void LayerProtoFromSnapshotGenerator::writeHierarchyToProto(
        TransactionTraceWriter::getInstance().invoke("DuplicateLayer", /* overwrite= */ false);
        return;
    }
    mVisitedLayers.insert(snapshot->uniqueSequence);
    LayerProtoHelper::writeSnapshotToProto(layerProto, layer, *snapshot, mTraceFlags);

    for (const auto& [child, variant] : root.mChildren) {