Skip to content

Commit

Permalink
Update SwiftOldDriver#7.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ParsifalC authored Feb 10, 2018
1 parent 33392c5 commit 77129ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Reports/#7.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ Swift 4.1 将随 iOS 11.3、Xcode 9.3 一起发布。`Optimization Level` 新增

一年前网易杭研的博客[大白健康系统--iOS APP运行时Crash自动修复系统](https://neyoufan.github.io/2017/01/13/ios/BayMax_HTSafetyGuard/)引发了很多讨论。利用 runtime 动态特性,对一些常见 crash 进行保护。

- [unrecognized selector crash](https://neyoufan.github.io/2017/01/13/ios/BayMax_HTSafetyGuard/#unrecognized selector)
- [unrecognized selector crash](https://neyoufan.github.io/2017/01/13/ios/BayMax_HTSafetyGuard/#unrecognized%20selector)
- [KVO crash](https://neyoufan.github.io/2017/01/13/ios/BayMax_HTSafetyGuard/#kvo)
- [NSNotification crash](https://neyoufan.github.io/2017/01/13/ios/BayMax_HTSafetyGuard/#notification)
- [NSTimer crash](https://neyoufan.github.io/2017/01/13/ios/BayMax_HTSafetyGuard/#NSTimer)
Expand Down

0 comments on commit 77129ec

Please sign in to comment.