OSDN Git Service

Reduce GC log spam.
authorMathieu Chartier <mathieuc@google.com>
Tue, 26 Aug 2014 02:46:57 +0000 (19:46 -0700)
committerMathieu Chartier <mathieuc@google.com>
Tue, 26 Aug 2014 02:46:57 +0000 (19:46 -0700)
commit0ab56e95e203806dae347056d3331a3e6037457d
tree88dc4a5028dbb9c82dc798a9eaa1a23867ec206b
parent73aa0b03a56a19b73c51136c32624bc5069782e0
Reduce GC log spam.

Homogeneous compaction and collector transitions now print to
VLOG(gc) instead of LOG(INFO).

Bug: 17166556
Change-Id: I5d54acf36a9b2763922e6329596a2f191d45535c
runtime/gc/heap.cc