Skip to content

Commit

Permalink
log profiler execute args
Browse files Browse the repository at this point in the history
  • Loading branch information
hengyunabc committed Nov 26, 2024
1 parent 534b822 commit 8e4dd90
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -714,6 +714,7 @@ private String executeArgs(ProfilerAction action) {

private static String execute(AsyncProfiler asyncProfiler, String arg)
throws IllegalArgumentException, IOException {
logger.info("profiler execute args: {}", arg);
String result = asyncProfiler.execute(arg);
if (!result.endsWith("\n")) {
result += "\n";
Expand Down

0 comments on commit 8e4dd90

Please sign in to comment.