From 3c448933bea6af7362fb8eb48c24292bb5fba2ef Mon Sep 17 00:00:00 2001 From: Hiroshi Yamauchi Date: Fri, 22 Jan 2016 16:26:50 -0800 Subject: Disable the CC collector verbose log. To reduce the amount of buildbot libcore test logs. Bug: 12687968 Change-Id: Idadca6622c745ef12629ccb26dcbdc9ebc379a00 --- runtime/gc/collector/concurrent_copying.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/runtime/gc/collector/concurrent_copying.h b/runtime/gc/collector/concurrent_copying.h index 5d21c599e4..76315fe7cc 100644 --- a/runtime/gc/collector/concurrent_copying.h +++ b/runtime/gc/collector/concurrent_copying.h @@ -57,7 +57,7 @@ class ConcurrentCopying : public GarbageCollector { // Enable the from-space bytes/objects check. static constexpr bool kEnableFromSpaceAccountingCheck = true; // Enable verbose mode. - static constexpr bool kVerboseMode = true; + static constexpr bool kVerboseMode = false; ConcurrentCopying(Heap* heap, const std::string& name_prefix = ""); ~ConcurrentCopying(); -- cgit v1.2.3-59-g8ed1b