Skip to content

Commit

Permalink
Merge pull request #347 from Nizernizer/main
Browse files Browse the repository at this point in the history
fix bug: other agents uninstall.
  • Loading branch information
lostsnow authored Sep 9, 2022
2 parents 7053d35 + b376e28 commit 84e6f9e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -170,6 +170,7 @@ public byte[] transform(final ClassLoader loader,
Throwable throwable) {
DongTaiLog.debug(throwable);
} finally {
classDiagram.setLoader(null);
if (isRunning) {
EngineManager.turnOnDongTai();
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
# pinpoint javaagent
com/navercorp/pinpoint/*
# arthas
com/taobao
com/alibaba
com/taobao/*
com/alibaba/arthas/*
# jrebel
com/zeroturnaround/*
# ehcache - cache need't hook
Expand Down

0 comments on commit 84e6f9e

Please sign in to comment.