A call to System.gc() doesn't actually start the GC process. All it does is add the request to the queue. The operating system will then decide at its leisure when to actually do the GC. So even calling System.gc() repeatedly (as is sometimes recommended) is just another word for desperation.
-- 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

