Neseek77 / mconf

Automatically exported from code.google.com/p/mconf
0 stars 0 forks source link

Garbage Collector acting but can be avoided #31

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Receiving and showing the video is causing the Android's GC (Garbage Collector) 
to act at each 5 seconds or so. This is not a problem right now, but I think I 
know how to avoid it.
D/dalvikvm( 1564): GC freed 6990 objects / 969800 bytes in 96ms
D/dalvikvm( 1421): GC freed 155 objects / 14720 bytes in 101ms
D/dalvikvm( 1564): GC freed 6288 objects / 1468656 bytes in 82ms
D/dalvikvm( 1564): GC freed 5178 objects / 1347504 bytes in 103ms
D/dalvikvm( 1564): GC freed 5412 objects / 1345720 bytes in 88ms
D/dalvikvm( 1564): GC freed 5397 objects / 1336144 bytes in 94ms
D/dalvikvm( 1564): GC freed 5466 objects / 1347328 bytes in 95ms

Original issue reported on code.google.com by gian...@gmail.com on 31 Mar 2011 at 5:34