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

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: addressed the comments. 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
« 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 86771ccd57d46155d4c37aad0f1c259f8212b94c..096f76d59036104a113d5b7dbb68d460149776ef 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>
+ Error codes that AudioUnitRender() returns in AUAudioInputStream on Mac.
+ </summary>
+</histogram>
+
<histogram name="Media.AudioInputController" units="ms">
<owner>dalecurtis@chromium.org</owner>
<summary>Measures the time taken for AudioInputController::</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