DescriptionLog error instead of CHECKing input audio sequence.
The check was landed yesterday (https://codereview.chromium.org/1293503002/) and we hit it on bots already, which gives good information to investigate. We need to keep the bots green, so changing it to log error instead.
Implementation details:
AudioCapturerSource::CaptureCallback::OnCaptureError now takes a message string. The webrtc capturer implementation of that function the logs message to the WebRTC log. If the sequence is incorrect in AudioInputDevice::AudioThreadCallback::Process we call OnCaptureError and also log to the Chrome log.
TBR'ing Dale for media/base/audio_capturer_source.h - this CL fixes ~50 % fail on Linux tsan bot so I' want to land it asap.
TBR=dalecurtis@chromium.org
BUG=523224, 519336
Committed: https://crrev.com/f5157bcf31af480a5462729a117fb2742a3d1224
Cr-Commit-Position: refs/heads/master@{#344835}
Patch Set 1 #
Total comments: 4
Patch Set 2 : Code review. #
Messages
Total messages: 14 (5 generated)
|