Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(856)

Unified Diff: tools/metrics/histograms/histograms.xml

Issue 460993002: Add UMA stats for open audio input device failure. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Code review. Created 6 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
Download patch
« no previous file with comments | « media/audio/audio_input_controller.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/metrics/histograms/histograms.xml
diff --git a/tools/metrics/histograms/histograms.xml b/tools/metrics/histograms/histograms.xml
index 94e3845d52afa8b8dc23ee7c5e6335a47f9649ae..64f0e12de51747056ff8fa7d996c4cf10cbe0994 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -10544,7 +10544,7 @@ Therefore, the affected-histogram name has to have at least one dot in it.
</histogram>
<histogram name="Media.AudioInputControllerCaptureStartupSuccess"
- enum="BooleanSuccess">
+ enum="CaptureStartupResult">
<summary>
Whether capture started successfully after an input stream startup was
requested.
@@ -37322,6 +37322,13 @@ Therefore, the affected-histogram name has to have at least one dot in it.
<int value="8" label="YV12"/>
</enum>
+<enum name="CaptureStartupResult" type="int">
+ <int value="0" label="No data callback"/>
+ <int value="1" label="OK"/>
+ <int value="2" label="Failed to create stream"/>
+ <int value="3" label="Failed to open stream"/>
+</enum>
+
<enum name="CastPlayBackState" type="int">
<int value="0" label="YT_PLAYER_SUCCESS"/>
<int value="1" label="YT_PLAYER_FAILURE"/>
« no previous file with comments | « media/audio/audio_input_controller.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698