Re: [android-developers] stopping the GC from kicking in

2010-10-20 Thread Julie Andrews
CAn somebody tell me a link to a nice ebook on android On Wed, Oct 20, 2010 at 2:41 AM, kk kkostia...@gmail.com wrote: Hi all, When the GC kicks in during my game I sometimes get a noticeable framerate drop, which is to be expected. In logcat I get the usual: D/dalvikvm( 85): GC freed

[android-developers] stopping the GC from kicking in

2010-10-19 Thread kk
Hi all, When the GC kicks in during my game I sometimes get a noticeable framerate drop, which is to be expected. In logcat I get the usual: D/dalvikvm( 85): GC freed 55745 objects / 3149712 bytes in 709ms Is there any way to get more info as to what is causing this? I.e. what in my code