Hey guys!
   So i found the solution to debug this. Apparently ADB has a tool to
show the debug logs of the OS, when I did that I saw the "Out of
memory" error. Apparently, Android limits apps to use only 16megs of
memory before automatically killing it. It'd be nice though if this
error were shown more intuitively on the screen of the devices instead
of needing to find out about this via a desktop based debugger :)

On Apr 23, 1:28 pm, "Fred Grott(shareme)" <fred.gr...@gmail.com>
wrote:
> Best bet is to post a log and than we can help you narrow it down
>
> On Apr 22, 7:03 pm, Kenn Min Chong <kmch...@gomez.com> wrote:
>
> > Hi there!
> >      For some reason I can't explain, when my app runs, I will on
> > occasion get the following error message:
>
> > “The application xxxxxxxx (process xxxxxx) has stopped unexpectedly.
> > Please try again.”
>
> > When I debug my code, it seems to break at random places that doesn't
> > make sense. On top of that I tried to surround the entire code with a
> > try/catch block just to try to catch the exception, but it doesn't
> > work either. I'm suspecting it's the OS that is producing this error
> > message but I don't know why. As far as my code goes, if there were
> > exceptions caused by it, it would've been caught by the try/catch
> > block.  Can someone shed some light here?
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers-unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to