media: Use different log levels in decoder_stream.cc
Today we DVLOG(2) exclusively in decoder_stream.cc, making it hard to filter out unimportant messages and only show important ones. In this CL, different log levels are used for different events, using the following rule: - Level 1: Construction, destruction, initialization and error. - Level 2: Important repeating events like reset, reinitialization and config change. - Level 3: Other more frequent events like read, decode etc. Review-Url: https://codereview.chromium.org/2627443004 Cr-Commit-Position: refs/heads/master@{#442714}
Showing
Please register or sign in to comment