mirror of
https://github.com/ReaJason/MemShellParty.git
synced 2026-09-21 22:50:42 +08:00
fix: e.printStackTrace() not remove from <init> when debugOff
This commit is contained in:
+1
-1
@@ -31,7 +31,7 @@ public class LogRemoveMethodVisitor implements AsmVisitorWrapper.ForDeclaredMeth
|
|||||||
public static DynamicType.Builder<?> extend(DynamicType.Builder<?> builder) {
|
public static DynamicType.Builder<?> extend(DynamicType.Builder<?> builder) {
|
||||||
return builder.visit(
|
return builder.visit(
|
||||||
new AsmVisitorWrapper.ForDeclaredMethods()
|
new AsmVisitorWrapper.ForDeclaredMethods()
|
||||||
.method(ElementMatchers.any(), LogRemoveMethodVisitor.INSTANCE));
|
.invokable(ElementMatchers.any(), LogRemoveMethodVisitor.INSTANCE));
|
||||||
}
|
}
|
||||||
|
|
||||||
@NotNull
|
@NotNull
|
||||||
|
|||||||
Reference in New Issue
Block a user