mirror of
https://github.com/alibaba/arthas.git
synced 2024-04-21 10:21:39 +00:00
ignore ClassNotFoundException AgentBootstrap. #1422
This commit is contained in:
@@ -481,7 +481,7 @@ public class ArthasBootstrap {
|
||||
Method method = clazz.getDeclaredMethod("resetArthasClassLoader");
|
||||
method.invoke(null);
|
||||
} catch (Throwable e) {
|
||||
e.printStackTrace();
|
||||
// ignore
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user