Skip to content

Commit 7a5f101

Browse files
authored
Update README.zh-CN.md
1 parent 9d69217 commit 7a5f101

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.zh-CN.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ KOOM(Kwai OOM, Kill OOM)是快手性能优化团队在处理移动端OOM问题
2222
```groovy
2323
dependencies {
2424
// shared模式,多个模块共享同一个libc++_shared.so,包体较小,但当多个模块依赖的STL版本不同时,最终编译会发生冲突。
25+
// 例如, 可能会遇到 "dlopen failed: cannot locate symbol "__emutls_get_address" referenced by" 错误.
2526
implementation "com.kuaishou.koom:koom-java-leak:${latest_version}"
2627
// or static模式,包体较大,无编译和运行时问题。
2728
implementation "com.kuaishou.koom:koom-java-leak-static:${latest_version}"

0 commit comments

Comments
 (0)