8000 GitHub - ChengwenY/CrashProtect
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

ChengwenY/CrashProtect

Folders and files

NameName
Last commit message
Last 8000 commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CrashProtect

处理常见的线上崩溃,通过hook相关方法捕获错误。

Usage

pod CWCrashProtect
[CWCrashProtect openCrashProtect:ECWCrashProtectAll];
	[CWCrashProtect setErrorHandlerBlock:^(CWCrashCatchError * error) {
//        NSLog(@"%@", error);
//处理错误,如保存成文件上传服务器
		NSAssert(NO, error.errorDesc);
	}];

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published
0