/Crashlogger

A simple logger that catches the app crash and auto-symbolicates the crash so when the app is started next time, you should have the crash log well symbolicated.

Primary LanguageObjective-C

An iOS/Mac crash logger that logs the crashes after symbolicating them. You could use it as a framework in your iOS/Mac based apps, and enable remote server submissions of your crashes too.

The demo application will show you how you could use it. Only the basic version is available here.