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; |
} |