Remove VideoCaptureDeviceClient buffer warning logs
VideoCaptureDeviceClient buffer warnings show that capture is stopped. In most of the capture related errors, capture stops and we print this warning for each following frame. As a result, it is much harder to read through the error logs, such as below as we print this line hundreds of times. This CL addresses this issue by removing the logs and replacing with a DCHECK that comes in after consistent errors. https://build.chromium.org/p/chromium.webrtc/builders/Win8%20Tester/builds/26646/steps/browser_tests/logs/stdio Review-Url: https://codereview.chromium.org/2124073006 Cr-Commit-Position: refs/heads/master@{#405274}
Showing
Please register or sign in to comment