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

Issue 2146203002: Add an option to make blink media logging verbose (Closed)

Created:
4 years, 5 months ago by servolk
Modified:
4 years, 5 months ago
CC:
blink-reviews, blink-reviews-html_chromium.org, chromium-reviews, dglazkov+blink, eric.carlson_apple.com, feature-media-reviews_chromium.org, fs, gasubic, haraken, mlamouri+watch-blink_chromium.org, nessy, vcarbune.chromium
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Add an option to make blink media logging verbose We want HTMLMediaElement and MSE media logging to be always enabled on Chromecast, since we are getting these logged into system logs and use them to investigate bugs when we receive feedback reports from users, so we want these logs to use VLOG and be present in our release builds. We'll define VERBOSE_BLINK_MEDIA_LOGGING for Chromecast builds only, so that other flavors of Chromium/Chrome are not affected by this in any way. Committed: https://crrev.com/a341d473bcb2cf23d76708cd277002dabc1643d0 Cr-Commit-Position: refs/heads/master@{#406349}

Patch Set 1 #

Patch Set 2 : Move MEDIA_LOG macro to HTMLMediaElement.h and use it in MSE #

Patch Set 3 : Rename macro into BLINK_MEDIA_LOG #

Patch Set 4 : Bring back separate macros for MediaElement/MediaSource/SourceBuffer #

Unified diffs Side-by-side diffs Delta from patch set Stats (+134 lines, -128 lines) Patch
M third_party/WebKit/Source/core/html/HTMLMediaElement.cpp View 1 2 3 70 chunks +87 lines, -85 lines 0 comments Download
M third_party/WebKit/Source/modules/mediasource/MediaSource.cpp View 1 2 3 7 chunks +15 lines, -13 lines 0 comments Download
M third_party/WebKit/Source/modules/mediasource/SourceBuffer.cpp View 1 2 3 25 chunks +32 lines, -30 lines 0 comments Download

Messages

Total messages: 23 (11 generated)
servolk
4 years, 5 months ago (2016-07-13 21:47:12 UTC) #3
mlamouri (slow - plz ping)
What about doing: ``` #ifndef MEDIA_LOG #define MEDIA_LOG VLOG(3) #endif ``` (and same for mediasource) ...
4 years, 5 months ago (2016-07-15 15:47:24 UTC) #8
servolk
On 2016/07/15 15:47:24, Mounir Lamouri wrote: > What about doing: > ``` > #ifndef MEDIA_LOG ...
4 years, 5 months ago (2016-07-15 17:09:56 UTC) #9
mlamouri (slow - plz ping)
I think it would be better if you didn't merge the three LOG macros. MediaSource ...
4 years, 5 months ago (2016-07-18 09:39:25 UTC) #10
servolk
On 2016/07/18 09:39:25, Mounir Lamouri wrote: > I think it would be better if you ...
4 years, 5 months ago (2016-07-18 16:35:43 UTC) #11
mlamouri (slow - plz ping)
lgtm, thanks! :)
4 years, 5 months ago (2016-07-19 10:45:33 UTC) #12
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2146203002/60001
4 years, 5 months ago (2016-07-19 15:35:02 UTC) #14
commit-bot: I haz the power
Try jobs failed on following builders: linux_chromium_rel_ng on master.tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/linux_chromium_rel_ng/builds/265121)
4 years, 5 months ago (2016-07-19 18:10:21 UTC) #16
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2146203002/60001
4 years, 5 months ago (2016-07-19 18:13:37 UTC) #18
commit-bot: I haz the power
Committed patchset #4 (id:60001)
4 years, 5 months ago (2016-07-19 19:37:44 UTC) #20
commit-bot: I haz the power
CQ bit was unchecked.
4 years, 5 months ago (2016-07-19 19:37:50 UTC) #21
commit-bot: I haz the power
4 years, 5 months ago (2016-07-19 19:39:09 UTC) #23
Message was sent while issue was closed.
Patchset 4 (id:??) landed as
https://crrev.com/a341d473bcb2cf23d76708cd277002dabc1643d0
Cr-Commit-Position: refs/heads/master@{#406349}

Powered by Google App Engine
This is Rietveld 408576698