When chasing a problem like this a couple of years ago, my testing seemed to 
indicate that setting a bitmap to null right after a call to recycle() was 
leaky. It was as though the recycle call needed some time to work, and setting 
null got in the way. I found it was better to just call recycle on its own, and 
then let the GC deal with the empty bitmap object in its own time.

String

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

Reply via email to