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

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

Issue 2888383002: Stop source and fire MediaStreamTrack ended event if missing audio input callbacks are detected. (Closed)
Patch Set: Changing to post task instead of atomic operation since Atomic64 exists not on 32-bit platforms. Created 3 years, 7 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
« media/audio/audio_input_device.cc ('K') | « tools/metrics/histograms/enums.xml ('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 fb8f675c224d8e0873bb6e9543b644ce2e9abf0a..aa1d990bddc3bade063647325abf5ad54342550f 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -26677,6 +26677,15 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
</summary>
</histogram>
+<histogram name="Media.Audio.Capture.DetectedMissingCallbacks"
+ enum="BooleanMissingCallbacks">
+ <owner>grunell@chromium.org</owner>
+ <summary>
+ Whether missing callbacks where detected during audio capture. Logged when
+ AudioInputDevice is stopped.
+ </summary>
+</histogram>
+
<histogram name="Media.Audio.Capture.FramesProvided" units="frames">
<owner>grunell@chromium.org</owner>
<summary>
« media/audio/audio_input_device.cc ('K') | « tools/metrics/histograms/enums.xml ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698