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

Unified Diff: content/shell/android/linker_test_apk/content_linker_test_linker_tests.cc

Issue 84293002: LOG(INFO) -> VLOG(0) in content/ (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: whitespace Created 7 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
« no previous file with comments | « content/renderer/renderer_main_platform_delegate_mac.mm ('k') | content/test/content_test_launcher.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/shell/android/linker_test_apk/content_linker_test_linker_tests.cc
diff --git a/content/shell/android/linker_test_apk/content_linker_test_linker_tests.cc b/content/shell/android/linker_test_apk/content_linker_test_linker_tests.cc
index c46e864a3c7806407da5f1a9831572ead0bb8c10..c970ff6be0a558087aca3f688875a15b210b61e0 100644
--- a/content/shell/android/linker_test_apk/content_linker_test_linker_tests.cc
+++ b/content/shell/android/linker_test_apk/content_linker_test_linker_tests.cc
@@ -136,7 +136,7 @@ jboolean RunChecks(bool in_browser_process, bool need_relros) {
}
}
- LOG(INFO)
+ VLOG(0)
<< prefix
<< base::StringPrintf(
"There are %d shared RELRO sections in this process, %d are bad",
@@ -162,7 +162,7 @@ jboolean RunChecks(bool in_browser_process, bool need_relros) {
}
}
- LOG(INFO) << prefix << "SUCCESS";
+ VLOG(0) << prefix << "SUCCESS";
return true;
}
« no previous file with comments | « content/renderer/renderer_main_platform_delegate_mac.mm ('k') | content/test/content_test_launcher.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698