Thursday, December 31, 2015

Crash reporting in iOS programmatically




The concept is useful to get some level of information after a crash, however, the stormy environment that exist soon after the crash occurs is not easy to capture all the details. Some of the framework such as Crittercism which uses the PLCrashreporter , https://www.plcrashreporter.org/ and other sites such as KSCrashReporter are very useful to get the details of crash that happens. 

https://github.com/kstenerud/KSCrash

References

No comments:

Post a Comment