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

Commit 67198f61 authored by Pablo Gamito's avatar Pablo Gamito
Browse files

Add logpoint location to ViewerConfigProtoBuilder output

Bug: 356347453
Flag: android.tracing.perfetto_protolog_tracing
Change-Id: Ic2ad03ec072a24d2f4e9a938a4ddd62ce7e0f55b
parent f43ac720
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -55,6 +55,7 @@ class ViewerConfigProtoBuilder : ProtoLogTool.ProtologViewerConfigBuilder {
                        .setLevel(
                            ProtoLogLevel.forNumber(log.logLevel.ordinal + 1))
                        .setGroupId(groupId)
                        .setLocation(log.position)
            )
        }