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

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

Issue 1621313002: Track stats for errors in AUAudioInputStream. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 11 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/mac/audio_low_latency_input_mac.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 582f03875566a398f7b4f994dda5ea8c3101a8dc..f63b1860dec78f73e03c37a440da313e28fabc0b 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -19053,6 +19053,13 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
</summary>
</histogram>
+<histogram name="Media.InputErrorMac" units="OSStatus">
Ilya Sherman 2016/01/25 19:39:38 nit: Should this be enum="OSStatus"?
tommi (sloooow) - chröme 2016/01/25 22:00:14 Don't think so since it's basically an int. I wen
+ <owner>tommi@chromium.org</owner>
+ <summary>
+ Error codes that we encounter while setting up an AUAudioInputStream on Mac.
henrika (OOO until Aug 14) 2016/01/25 08:48:06 Nit, they can happen after setup is done as well.
+ </summary>
+</histogram>
+
<histogram name="Media.InputStreamDuration" units="ms">
<owner>henrika@chromium.org</owner>
<summary>
« no previous file with comments | « media/audio/mac/audio_low_latency_input_mac.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698