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

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

Side-by-side diff isn't available for this file because of its large size.
Issue 2712483006: Add histogram to track down errors when initializing the audio client. (Closed)
Patch Set: Created 3 years, 10 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 6bf2c915e8f644ad7c823b3aaa1ef5dc45b998a8..f9a80009c3c6f1501d8a45f1cc7436376d59bd97 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -24599,6 +24599,14 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
</summary>
</histogram>
+<histogram name="Media.Audio.Capture.Win.InitError" units="HRESULT">
Alexei Svitkine (slow) 2017/02/23 15:29:49 I think we have an enum for HRESULT. Can you speci
tommi (sloooow) - chröme 2017/02/23 16:20:56 It's a 32 bit generic error value. I see we have W
+ <owner>tommi@chromium.org</owner>
+ <summary>
+ Error codes from IAudioClient::Initialize() in
+ WASAPIAudioInputStream::InitializeAudioEngine on Windows.
+ </summary>
+</histogram>
+
<histogram name="Media.Audio.Capture.Win.Open" enum="AudioStreamOpenResult">
<owner>tommi@chromium.org</owner>
<summary>

Powered by Google App Engine
This is Rietveld 408576698