yes you are right,can u suggest me any solution. thanks On Fri, Dec 10, 2010 at 1:20 PM, Brill Pappin <[email protected]> wrote:
> It means you ran out of memory... > > From the stack trace I'd say your building a large string from a database > and your reaching your memory limit for the device. > You can see, the last thing happening before you run out of memory is the > buffer trying to make more room for what your appending. > > - Brill > > > -- > 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]<android-developers%[email protected]> > For more options, visit this group at > http://groups.google.com/group/android-developers?hl=en -- Regards, Narendra . -- 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

