Hi:
   First of all , sorry for my poor English.
  I have some questions about Bitmap, I have an app A which have a
full screen ImageView in it, and i have another app B which have
ImageView too and use large of memory,  B was callded and start from
A(A and B in different process). The app B have a bug and it was
memory leak, So when i start B and click "Back" key return to A
repeatly, B throws "Out of memory",  but sometime when useage memory
of B is larger than system app Max memory, B throws "Canvas: trying to
use a recycled bitmap",  and then A throws "Canvas: trying to use a
recycled bitmap" too.
I know this exception throwed when canvas draw a recycled bitmap, but
I never manually recycle bitmap in A.....
Is there anyone have the same problem ? Or is there anyone tell me
why.......

-- 
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

Reply via email to