Hi John, If you can post the logs would help understand the reason of the memory leak. Also, a small sample of code will be helpful.
Cheers, Prateek On Jan 1, 12:32 am, John Gaby <[email protected]> wrote: > I seem to have a memory leak when running under version 1.6 of the > OS. I have a custom view group which contains some controls and I set > it to be the current view via a call to setContentView(vg). If I then > create a second view group and set it as the active view via > setContentView(newVg), the first view group is never freed (even when > I force a garbage collection). > > Note that this works fine for versions 2.0 and above, so it is > possible that 1.6 has some kind of bug. If so, does anyone know of a > workaround? I can post a simple example of this problem if it would > help. > > Thanks. -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en

