Loading tools/protologtool/src/com/android/protolog/tool/ViewerConfigProtoBuilder.kt +1 −0 Original line number Diff line number Diff line Loading @@ -55,6 +55,7 @@ class ViewerConfigProtoBuilder : ProtoLogTool.ProtologViewerConfigBuilder { .setLevel( ProtoLogLevel.forNumber(log.logLevel.ordinal + 1)) .setGroupId(groupId) .setLocation(log.position) ) } Loading Loading
tools/protologtool/src/com/android/protolog/tool/ViewerConfigProtoBuilder.kt +1 −0 Original line number Diff line number Diff line Loading @@ -55,6 +55,7 @@ class ViewerConfigProtoBuilder : ProtoLogTool.ProtologViewerConfigBuilder { .setLevel( ProtoLogLevel.forNumber(log.logLevel.ordinal + 1)) .setGroupId(groupId) .setLocation(log.position) ) } Loading