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]
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to