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

Unified Diff: chrome/browser/media/chrome_webrtc_video_quality_browsertest.cc

Issue 687803005: [content/browser/media] Convert VLOGs to DVLOGs (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 1 month 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
Index: chrome/browser/media/chrome_webrtc_video_quality_browsertest.cc
diff --git a/chrome/browser/media/chrome_webrtc_video_quality_browsertest.cc b/chrome/browser/media/chrome_webrtc_video_quality_browsertest.cc
index 67063aaf8a669f08883bf3343c372e67bf516e58..8590b7b957fb40cecbca1bf9094fca20c23fed52 100644
--- a/chrome/browser/media/chrome_webrtc_video_quality_browsertest.cc
+++ b/chrome/browser/media/chrome_webrtc_video_quality_browsertest.cc
@@ -178,10 +178,10 @@ class WebRtcVideoQualityBrowserTest : public WebRtcTestBase,
// We produce an output file that will later be used as an input to the
// barcode decoder and frame analyzer tools.
- VLOG(0) << "Running " << converter_command.GetCommandLineString();
+ DVLOG(0) << "Running " << converter_command.GetCommandLineString();
std::string result;
bool ok = base::GetAppOutput(converter_command, &result);
- VLOG(0) << "Output was:\n\n" << result;
+ DVLOG(0) << "Output was:\n\n" << result;
return ok;
}
@@ -237,7 +237,7 @@ class WebRtcVideoQualityBrowserTest : public WebRtcTestBase,
compare_command.AppendArg("--stats_file");
compare_command.AppendArgPath(stats_file);
- VLOG(0) << "Running " << compare_command.GetCommandLineString();
+ DVLOG(0) << "Running " << compare_command.GetCommandLineString();
std::string output;
bool ok = base::GetAppOutput(compare_command, &output);
// Print to stdout to ensure the perf numbers are parsed properly by the
« no previous file with comments | « chrome/browser/media/chrome_webrtc_audio_quality_browsertest.cc ('k') | chrome/browser/media/encrypted_media_browsertest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698