OSDN Git Service

Don't log "WAIT_FOR_CONCURRENT_GC blocked 0ms".
authorElliott Hughes <enh@google.com>
Mon, 16 Jul 2012 18:44:52 +0000 (11:44 -0700)
committerElliott Hughes <enh@google.com>
Mon, 16 Jul 2012 18:44:52 +0000 (11:44 -0700)
commitdaec4f6ae56e2149cecea8cd052b232bcf03f568
tree741b59b8d0684dc31466b22e992baa1877412f3a
parent4d7567a600ae06df053f0e48918c984927eb6671
Don't log "WAIT_FOR_CONCURRENT_GC blocked 0ms".

Stupid to spend more time logging than we spent waiting. (Highly visible
in the zygote's preloading phase.)

Change-Id: If2d6b6093b3bebae0887aa385745b7ed9225216b
vm/alloc/Heap.cpp