KSCrash中signal捕获异常的原理

       今天, 看了一篇文章 《iOS Mach异常和signal信号》 https://www.jianshu.com/p/133fd6f20563 ,这里的讲解正是 KSCrash 中signal 部分的讲解。


1)Mach异常方式

2)Unix信号方式

1signal(SIGSEGV,signalHandler);

3) 应用层  try catch 异常

 UncaughtExceptionHandler()


相关文章: 

《Handling unhandled exceptions and signals》

http://www.cocoawithlove.com/2010/05/handling-unhandled-exceptions-and.html


《漫谈iOS Crash收集框架》

http://www.cocoachina.com/ios/20150701/12301.html

你可能感兴趣的:(KSCrash中signal捕获异常的原理)