I am trying to examine the behavior of a new matching garbage collector in GingerBread (2.3).
Can someone please explain these log lines in detail (especially the "paused" parts of GC_CONCURRENT
and GC_FOR_MALLOC
)?
12-24 10:20:54.912 D/dalvikvm( 414): GC_CONCURRENT freed 510K, 57% free 2529K/5831K, external 716K/1038K, paused 8ms+5ms 12-24 10:20:54.963 D/dalvikvm( 414): GC_FOR_MALLOC freed 510K, 57% free 2529K/5831K, external 716K/1038K, paused 47ms
user289463
source share