Skip to content

Commit 56d7d81

Browse files
Cherry pick PR #6668: Add BooleanHung definition to cobalt-specific enums.xml. (#6779)
Refer to the original PR: #6668 Add BooleanHung definition to cobalt-specific enums.xml. It's not picked up from the main file main/tools/metrics/histograms/enums.xml Bug: 432566177 Co-authored-by: Anton <antonlunev@google.com>
1 parent 78eff4c commit 56d7d81

File tree

1 file changed

+6
-0
lines changed
  • tools/metrics/histograms/metadata/cobalt

1 file changed

+6
-0
lines changed

tools/metrics/histograms/metadata/cobalt/enums.xml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,12 @@ https://chromium.googlesource.com/chromium/src.git/+/HEAD/tools/metrics/histogra
2626
<histogram-configuration>
2727

2828
<enums>
29+
30+
<enum name="BooleanHung">
31+
<int value="0" label="Is not hung"/>
32+
<int value="1" label="Is hung"/>
33+
</enum>
34+
2935
</enums>
3036

3137
</histogram-configuration>

0 commit comments

Comments
 (0)