diff options
| author | 2024-08-05 11:24:21 +0000 | |
|---|---|---|
| committer | 2024-08-05 11:24:21 +0000 | |
| commit | 2ea93073b58fc5221724c4dbaab5721feda82e23 (patch) | |
| tree | da7a1f403f1df8c8bab0a9faea11d7a3242573ab | |
| parent | 808bc39049df3c5f64e52bc49471b3f86b009812 (diff) | |
| parent | 67198f61b12a86a419c24fddb4f6f672654dccae (diff) | |
Merge "Add logpoint location to ViewerConfigProtoBuilder output" into main
| -rw-r--r-- | tools/protologtool/src/com/android/protolog/tool/ViewerConfigProtoBuilder.kt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/protologtool/src/com/android/protolog/tool/ViewerConfigProtoBuilder.kt b/tools/protologtool/src/com/android/protolog/tool/ViewerConfigProtoBuilder.kt index cf0876a1f072..0115339a68b7 100644 --- a/tools/protologtool/src/com/android/protolog/tool/ViewerConfigProtoBuilder.kt +++ b/tools/protologtool/src/com/android/protolog/tool/ViewerConfigProtoBuilder.kt @@ -55,6 +55,7 @@ class ViewerConfigProtoBuilder : ProtoLogTool.ProtologViewerConfigBuilder { .setLevel( ProtoLogLevel.forNumber(log.logLevel.ordinal + 1)) .setGroupId(groupId) + .setLocation(log.position) ) } |