Upstream version 5.34.98.0
[platform/framework/web/crosswalk.git] / src / content / shell / android / linker_test_apk / content_linker_test_linker_tests.cc
index c46e864..c970ff6 100644 (file)
@@ -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;
 }