Skip to content

Commit b6ffab8

Browse files
committed
Fix readme.
1 parent 97fe44a commit b6ffab8

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -237,4 +237,4 @@ xUnwind documentation is Creative Commons licensed, as found in the [LICENSE-doc
237237

238238
## History
239239

240-
[xCrash 2.x](https://github.com/hexhacking/xCrash/tree/4748d183c1395c54bfb760ec6c454966d52ab73f) contains [a set of methods](https://github.com/hexhacking/xCrash/tree/4748d183c1395c54bfb760ec6c454966d52ab73f/src/native/common) to get backtrace, which is used to try to get backtrace directly from the signal handler when the dumper child process fails. Now we have improved and expanded this set of functions so that they can be used in more scenarios.
240+
[xCrash 2.x](https://github.com/hexhacking/xCrash/tree/4748d183c1395c54bfb760ec6c454966d52ab73f) contains a set of methods [xcc\_unwind\_*](https://github.com/hexhacking/xCrash/tree/4748d183c1395c54bfb760ec6c454966d52ab73f/src/native/common) to get backtrace, which is used to try to get backtrace directly from the signal handler when the dumper child process fails. Now we have improved and expanded this set of functions so that they can be used in more scenarios.

README.zh-CN.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
xUnwind 是一个安卓 native 栈回溯方案的集合。
1010

11-
[README 中文版](README.zh-CN.md)
11+
[README English Version](README.md)
1212

1313

1414
## 特征
@@ -102,7 +102,7 @@ android {
102102
}
103103
```
104104

105-
另一方便, 如果你是在一个 APP 工程里使用 xUnwind,你可以需要增加一些选项,用来处理重复的 libxunwind.so 文件引起的冲突。
105+
另一方便, 如果你是在一个 APP 工程里使用 xUnwind,你可能需要增加一些选项,用来处理重复的 libxunwind.so 文件引起的冲突。
106106

107107
```Gradle
108108
android {
@@ -112,7 +112,7 @@ android {
112112
}
113113
```
114114

115-
你可以参考 [xunwind-sample](xunwind_sample) 文件中的示例 app。
115+
你可以参考 [xunwind-sample](xunwind_sample) 文件夹中的示例 app。
116116

117117

118118
## Native API
@@ -237,4 +237,4 @@ xUnwind 的文档使用 [Creative Commons 许可证](LICENSE-docs)。
237237

238238
## 历史
239239

240-
[xCrash 2.x](https://github.com/hexhacking/xCrash/tree/4748d183c1395c54bfb760ec6c454966d52ab73f) 包含一组用于获取 backtrace [方法](https://github.com/hexhacking/xCrash/tree/4748d183c1395c54bfb760ec6c454966d52ab73f/src/native/common) ,它们用于在 dumper 子进程执行失败时,在信号处理函数中直接获取 backtrace。现在,我们完善和扩展了这组方法,使它们能被用于更多的场景中。
240+
[xCrash 2.x](https://github.com/hexhacking/xCrash/tree/4748d183c1395c54bfb760ec6c454966d52ab73f) 包含一组用于获取 backtrace 的方法 [xcc\_unwind\_*](https://github.com/hexhacking/xCrash/tree/4748d183c1395c54bfb760ec6c454966d52ab73f/src/native/common) ,它们用于在 dumper 子进程执行失败时,在信号处理函数中直接获取 backtrace。现在,我们完善和扩展了这组方法,使它们能被用于更多的场景中。

0 commit comments

Comments
 (0)