We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a6a9dcd commit 93eaedeCopy full SHA for 93eaede
core/src/main/java/com/taobao/arthas/core/command/monitor200/ProfilerCommand.java
@@ -518,7 +518,7 @@ private String executeArgs(ProfilerAction action) {
518
sb.append("alloc=").append(this.alloc).append(COMMA);
519
}
520
if (this.live) {
521
- sb.append(this.live).append(COMMA);
+ sb.append("live").append(COMMA);
522
523
if (this.lock!= null) {
524
sb.append("lock=").append(this.lock).append(COMMA);
0 commit comments