wiki: not support 'trace java.lang.Thread getName' (#1633)

This commit is contained in:
Jerry 2020-12-21 15:07:29 +08:00 committed by GitHub
parent d9151ed459
commit a89378e1df
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 0 deletions

View File

@ -38,6 +38,8 @@ Many times what we are interested is the exact trace result when the method call
After version 3.3.0, you can use the Dynamic Trace feature to add new matching classes/methods, see the following example.
Currently `trace java.lang.Thread getName` is not supported, please refer to issue: [#1610](https://github.com/alibaba/arthas/issues/1610), considering that it is not very necessary and it is difficult to repair , So it wont be fixed for now
### Usage
#### Start Demo

View File

@ -40,6 +40,7 @@ trace
3.3.0 版本后可以使用动态Trace功能不断增加新的匹配类参考下面的示例。
目前不支持 `trace java.lang.Thread getName`参考issue: [#1610](https://github.com/alibaba/arthas/issues/1610) ,考虑到不是非常必要场景,且修复有一定难度,因此当前暂不修复
### 使用参考