[android-developers] Re: Garbage collector hangs OpenGL on HTC Evo

2011-06-21 Thread petitlapin
Nothing new about this ? I have the same issue. -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to android-developers@googlegroups.com To unsubscribe from this group, send email to android-developers+un

[android-developers] Re: Garbage collector hangs OpenGL on HTC Evo

2011-04-06 Thread Anson Mackeracher
Does anybody have a fix for this? I'm finding it incredibly frustrating... I'm testing on an HTC Desire running Android 2.2. Anson On Feb 16, 11:28 pm, Bill Tschumy wrote: > I posted a message a while ago saying that my mysterious problems went away > after "unrooting" the phone and restoring

[android-developers] Re: Garbage collector hangs OpenGL on HTC Evo

2011-02-17 Thread fadden
On Feb 16, 8:07 am, Bill Tschumy wrote: > Anytime the LogCat shows a GC_FOR_MALLOC or a GC_EXTERNAL_ALLOC, the app > hangs with OpenGL in this LockCondition.  It appears that GC_EXPLICT, for the > most part, does not cause a problem (maybe these are smaller allocs, I don't > know). The cause i

[android-developers] Re: Garbage collector hangs OpenGL on HTC Evo

2011-02-17 Thread Ed Burnette
This may not be related to the hang, but 387K freed and a pause of 46ms in garbage collection sounds like a lot. If you can cut out some of your larger memory allocations and deallocations it might help. Avoiding memory allocs will help your frame rate too. On Feb 16, 11:07 am, Bill Tschumy wrot