Tag Archives: Bug Tracking

[iOS] Finding Information About Crashed Apps

Crashes and system freezes have become an exception nowadays. However, they still do occur. Here we show you two ways of accessing detailed log information on your iOS devices.

1. Finding Logs inside of iOS

This approach does not require a jailbreak. Inside the filesystem you may find logs here:

  • Settings
    » General
    » About
    » Diagnostics and Usage
    » Diagnostics and Usage Data
    » LatestCrash.plist

To make things easy you can just select the whole text and copy it to an email. Et voilà: developers will love you for having helped them…

Continue reading