Commit 5dc312a3 authored by tnagel's avatar tnagel Committed by Commit bot

Move ImportantFile.TempFileFailures to histograms.xml.

At that occasion, make it owned by rvargas@.

BUG=none

Review URL: https://codereview.chromium.org/662273003

Cr-Commit-Position: refs/heads/master@{#300320}
parent 0a1e9dd7
...@@ -10123,6 +10123,14 @@ Therefore, the affected-histogram name has to have at least one dot in it. ...@@ -10123,6 +10123,14 @@ Therefore, the affected-histogram name has to have at least one dot in it.
</summary> </summary>
</histogram> </histogram>
<histogram name="ImportantFile.TempFileFailures" enum="TempFileFailure">
<owner>rvargas@chromium.org</owner>
<summary>
Count of various failures in ImportantFileWrite when manipulating a temp
file to write to before moving it into place (replacing another file).
</summary>
</histogram>
<histogram name="InertialSensor.AccelerometerAndroidAvailable" <histogram name="InertialSensor.AccelerometerAndroidAvailable"
enum="BooleanAvailable"> enum="BooleanAvailable">
<owner>timvolodine@chromium.org</owner> <owner>timvolodine@chromium.org</owner>
...@@ -53052,6 +53060,14 @@ To add a new entry, add it with any value and run test to compute valid value. ...@@ -53052,6 +53060,14 @@ To add a new entry, add it with any value and run test to compute valid value.
<int value="12" label="Previously Failed"/> <int value="12" label="Previously Failed"/>
</enum> </enum>
<enum name="TempFileFailure" type="int">
<int value="0" label="Creating"/>
<int value="1" label="Opening"/>
<int value="2" label="Closing"/>
<int value="3" label="Writing"/>
<int value="4" label="Renaming"/>
</enum>
<enum name="TileMemoryBudget" type="int"> <enum name="TileMemoryBudget" type="int">
<int value="0" label="Within memory budget"/> <int value="0" label="Within memory budget"/>
<int value="1" label="Exceeded memory budget"/> <int value="1" label="Exceeded memory budget"/>
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment