This error message is usually not related to the GC. This message is logged when recycle() is called twice on the same bitmap. Considering you are doing your own bitmap management and calling recycle yourself in BaseForm I would suspect a bug in your code.
On Fri, Jan 7, 2011 at 9:44 AM, Mark Murphy <mmur...@commonsware.com> wrote: > On Fri, Jan 7, 2011 at 12:36 PM, Joe McCann <joseph.is...@gmail.com> > wrote: > > Also, it appears this is a bug that is "declined" by the Android > > team. "Use less memory in your app" was the original solution > > suggested by Romain Guy. > > > > http://code.google.com/p/android/issues/detail?id=8488 > > The issue you list here would appear to have nothing to do with your > problem, considering that your error ("trying to use a recycled > bitmap") appears nowhere in that issue. > > -- > Mark Murphy (a Commons Guy) > http://commonsware.com | http://github.com/commonsguy > http://commonsware.com/blog | http://twitter.com/commonsguy > > Warescription: Three Android Books, Plus Updates, One Low Price! > > -- > 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+unsubscr...@googlegroups.com<android-developers%2bunsubscr...@googlegroups.com> > For more options, visit this group at > http://groups.google.com/group/android-developers?hl=en > -- Romain Guy Android framework engineer romain...@android.com Note: please don't send private questions to me, as I don't have time to provide private support. All such questions should be posted on public forums, where I and others can see and answer them -- 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+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/android-developers?hl=en