How to get Safari crash report?

I have been able to reproduce a bug that makes the iOS5 browser crash and stop unexpectingly. I am unable to reproduce that bug outside of our web application so I was thinking to send a crash report of when it happens within our application as a bug report. Is it possible to get a crash report of any kind for the Safari application so that I can send it as a bug report ? If it's possible, how do I do it ?


Solution 1:

I find it easiest to use the settings app on iOS:

  • General
  • About
  • Diagnostics & Usage
  • Diagnostics & Usage Data
  • scroll to the crash you care about and tap it
  • select all, copy the text

Now you can paste the report wherever you please. Email, Simplenote, notes, Evernote, or wherever else you like to store the text for submitting a bug with Apple. You can also get at the logs after syncing from iTunes or Xcode - but getting it when the crash happens works best for me in most cases.

Solution 2:

If you have Xcode installed, plugin your device to your computer and open Xcode. Then open the Organizer, which can be found in the Window Menu. Now find the desired crash log (as shown below) and click the export button (bottom of window). This gives you a .crash file that you can send to the developer.

enter image description here