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

Unified Diff: media/blink/webmediaplayer_impl.cc

Issue 877273002: Add media log messages to the main log (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/blink/webmediaplayer_impl.cc
diff --git a/media/blink/webmediaplayer_impl.cc b/media/blink/webmediaplayer_impl.cc
index 4bd345814017fa2099cc44f370ed7ab03ffff838..f7b8800c7af97472622790d30d026ce2d077bf63 100644
--- a/media/blink/webmediaplayer_impl.cc
+++ b/media/blink/webmediaplayer_impl.cc
@@ -104,6 +104,7 @@ STATIC_ASSERT_MATCHING_ENUM(UseCredentials);
static void LogMediaSourceError(const scoped_refptr<MediaLog>& media_log,
const std::string& error) {
+ DVLOG(1) << "MediaLog: " << error;
gunsch 2015/01/28 03:30:35 why DVLOG? These are highly useful messages, and n
media_log->AddEvent(media_log->CreateMediaSourceErrorEvent(error));
}
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698