ignore ClassNotFoundException AgentBootstrap. #1422

This commit is contained in:
hengyunabc
2020-08-12 20:21:19 +08:00
parent 20a5fdacab
commit efb6d1cc93
@@ -481,7 +481,7 @@ public class ArthasBootstrap {
Method method = clazz.getDeclaredMethod("resetArthasClassLoader");
method.invoke(null);
} catch (Throwable e) {
e.printStackTrace();
// ignore
}
}