Loading services/surfaceflinger/LayerProtoHelper.cpp +1 −0 Original line number Diff line number Diff line Loading @@ -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) { Loading Loading
services/surfaceflinger/LayerProtoHelper.cpp +1 −0 Original line number Diff line number Diff line Loading @@ -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) { Loading