You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When using @OnMethod(clazz = "my.class", method = "my_method", type = "void (java.lang.Object, int)") BTrace will match also void my_method(java.lang.Object p1, java.lang.String p2) and even void my_method(java.lang.Object p1, int p2, java.lang.String p3)
The text was updated successfully, but these errors were encountered:
When using
@OnMethod(clazz = "my.class", method = "my_method", type = "void (java.lang.Object, int)")
BTrace will match alsovoid my_method(java.lang.Object p1, java.lang.String p2)
and evenvoid my_method(java.lang.Object p1, int p2, java.lang.String p3)
The text was updated successfully, but these errors were encountered: