Capturing A Stack Trace

From Versatile Monkey Wiki

(Difference between revisions)
Jump to: navigation, search
Marwatk (Talk | contribs)
(Created page with 'Sometimes stuff crashes or does other bad things. Unfortunately there's no way for me to automate the process of getting details on a crash to me. Here are the steps for gatherin...')
Newer edit →

Revision as of 16:13, 4 February 2010

Sometimes stuff crashes or does other bad things. Unfortunately there's no way for me to automate the process of getting details on a crash to me. Here are the steps for gathering crash data and sending them to me.

From your BB Home Screen, Hold ALT and Press LGLG (keep holding alt while pressing all 4 keys)

That will bring up the log screen.

In there you should see an item in bold, you may have to scroll a bit. It should say something like:

S Java Exception - IOException

Note that IOException can be any type of exception, like ClassCastException, RuntimeException, etc.

Click on that item, which should bring up details. It should say the name of one of my apps in there. If it does, you've found the right one.

Now hit the menu and choose 'Copy Event'.

Finally, start a new email to [email protected], or use one of the 'Email Developer' buttons in my app, and paste the event into the body.

Thanks for helping me track down the crash!

Personal tools