Skip to content

Commit

Permalink
fix posthook
Browse files Browse the repository at this point in the history
  • Loading branch information
yoloyyh committed Nov 19, 2024
1 parent d1f03d1 commit d340452
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -360,8 +360,10 @@ public void visitMaxs(final int maxStack, final int maxLocals) {

if (exceptionHook == null || exceptionHook == "") {

if (xHook == null || xHook == "") {
if (postHook == null || postHook == "") {
xHook = "trace";
} else {
xHook = postHook;
}

Type[] types = Type.getArgumentTypes(methodDesc);
Expand Down

0 comments on commit d340452

Please sign in to comment.