On Apr 18, 11:31 am, JP <[email protected]> wrote: > You may get this resolved by calling the garbage collector right > there; system.gc() after you dereference the byte array with > buff=null;
The garbage collector will produce the same result whether it's called explicitly or the VM decides it's time to clean up. --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

