mirror of
https://github.com/alibaba/arthas.git
synced 2024-04-21 10:21:39 +00:00
Upgrade async-profiler to 1.7 and support arm arch. close #1089
This commit is contained in:
@@ -101,6 +101,9 @@ public class ProfilerCommand extends AnnotatedCommand {
|
||||
}
|
||||
if (OSUtils.isLinux()) {
|
||||
profierSoPath = "async-profiler/libasyncProfiler-linux-x64.so";
|
||||
if (OSUtils.isArm()) {
|
||||
profierSoPath = "async-profiler/libasyncProfiler-linux-arm.so";
|
||||
}
|
||||
}
|
||||
|
||||
if (profierSoPath != null) {
|
||||
|
||||
Reference in New Issue
Block a user