lippling / CKCrashReporter

A very easy to use crash reporter for catching signals and exceptions

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

##Overview CKCrashReporter is a very easy to use crash reporter class for your iOS application. It can catch low memory warnings, signals (such as exc bad access) and uncaught exceptions. You can specify what you want to catch. Furthermore you are able to create a mail composer with the current crash as attachment with only one line of code. Just check the demo project and the header file for more information.

##License CKCrashReporter is available under the MIT license. See the LICENSE file for more info.

##Requirements You have to add the MessageUI.framework to your target/project.

About

A very easy to use crash reporter for catching signals and exceptions

License:MIT License