# UncaughtExceptionHandler **Repository Path**: mirrors_shaojiankui/UncaughtExceptionHandler ## Basic Information - **Project Name**: UncaughtExceptionHandler - **Description**: 一个iOS崩溃异常的捕捉处理源代码,帮助更好的调试程序 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-08-19 - **Last Updated**: 2026-02-14 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README 让程序从容的崩溃 1、首先需要在appDelegate中使用InstallUncaughtExceptionHandler()用于监听 2、添加UncaughtExceptionHandler这个类 iOS SDK提供的函数是NSSetUncaughtExceptionHandler来进行异常处理。但是无法处理内存访问错误、重复释放等错误,因为这些错误发送的SIGNAL。所以需要处理这些SIGNAL