OSDN Git Service

Reduce log spam by changing a LOG(INFO) to VLOG(startup)
authorAlex Light <allight@google.com>
Thu, 21 Aug 2014 16:45:00 +0000 (09:45 -0700)
committerBrian Carlstrom <bdc@google.com>
Mon, 25 Aug 2014 18:05:20 +0000 (11:05 -0700)
Bug: 17166556
Change-Id: I9975ba07ad8f119a6e367e2770a60040a462149b

runtime/gc/space/image_space.cc

index 0139ecc..416c267 100644 (file)
@@ -362,8 +362,8 @@ ImageSpace* ImageSpace::Create(const char* image_location,
       // we leave Create.
       ScopedFlock image_lock;
       image_lock.Init(image_filename->c_str(), error_msg);
-      LOG(INFO) << "Using image file " << image_filename->c_str() << " for image location "
-                << image_location;
+      VLOG(startup) << "Using image file " << image_filename->c_str() << " for image location "
+                    << image_location;
       // If we are in /system we can assume the image is good. We can also
       // assume this if we are using a relocated image (i.e. image checksum
       // matches) since this is only different by the offset. We need this to