Skip to content

Commit ce019b8

Browse files
authored
Merge pull request #4 from tamarous/kscrash
feat: kscrash monitor
2 parents 5bf246b + 915dba0 commit ce019b8

File tree

3 files changed

+1039
-2
lines changed

3 files changed

+1039
-2
lines changed

docs/iOS/README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ article: false
44

55
# iOS 知识总结
66

7+
[KSCrash 实现原理 - 监控系统实现](./kscrash_monitor.md)
8+
79
[iOS 异常原理](./ios_exception_handling.md)
810

911
[Aspects 源码分析](./aspects_source_probe.md)

docs/iOS/ios_exception_handling.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ category: iOS
33
star: true
44
tags:
55
- 技术原理
6-
- 源码分析
76
---
87

98
# iOS 异常捕获原理
@@ -409,6 +408,6 @@ graph TB
409408

410409
## 总结
411410

412-
本篇文章介绍了 iOS 异常的分类以及捕获的原理。下一篇文章我们将介绍 iOS上一个知名的异常监控 KSCrash 是如何实现的。
411+
本篇文章介绍了 iOS 异常的分类以及捕获的原理。接下来的[几篇文章](./kscrash_monitor.md)里我们将逐步介绍 iOS上一个知名的异常监控 KSCrash 是如何实现的。
413412

414413

0 commit comments

Comments
 (0)