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

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

Issue 685403002: Add a NOTREACHED and uma stat when the audio callback fails (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 2 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
Index: tools/metrics/histograms/histograms.xml
diff --git a/tools/metrics/histograms/histograms.xml b/tools/metrics/histograms/histograms.xml
index 86771ccd57d46155d4c37aad0f1c259f8212b94c..158ab978b3c7b9af609b15a6b39f33858152e7be 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -11693,6 +11693,13 @@ Therefore, the affected-histogram name has to have at least one dot in it.
<summary>Audio codec used in HTML5 media.</summary>
</histogram>
+<histogram name="Media.AudioInputCbErrorMac" units="OSStatus">
+ <owner>xians@chromium.org</owner>
+ <summary>
+ Erroe codes that AudioUnitRender() returns in AUAudioInputStream on Mac.
Alexei Svitkine (slow) 2014/10/30 13:51:09 Nit: Error.
no longer working on chromium 2014/10/30 13:56:56 Done.
+ </summary>
+</histogram>
+
<histogram name="Media.AudioInputController" units="ms">
<owner>dalecurtis@chromium.org</owner>
<summary>Measures the time taken for AudioInputController::</summary>

Powered by Google App Engine
This is Rietveld 408576698