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

Commit 2ea93073 authored by Treehugger Robot's avatar Treehugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Add logpoint location to ViewerConfigProtoBuilder output" into main

parents 808bc390 67198f61
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)
            )
        }