Fixes bug in Media.AudioInputCbErrorMac histogram.
We are trying to track down a negative error code (-50) but the current implementation logs negative values as zero. This patch maps all -50 error codes into one bin and all other error values into a second (unspecified/trash) bin. BUG=428706 Review URL: https://codereview.chromium.org/702453003 Cr-Commit-Position: refs/heads/master@{#302434}
Showing
Please register or sign in to comment