add Caller
Adds a matcher for when this method is called by a specified method.
----------------添加本方法被指定方法调用的匹配器。
addCaller(MethodMatcher().name("length"))
Content copied to clipboard
Return
Parameters
caller Method
call method matcher / 方法调用方法匹配器
Adds a matcher for when this method is called by a specified method.
----------------添加本方法被指定方法调用的匹配器。
addCaller("Ljava/lang/String;->length()I")
Content copied to clipboard
Return
Parameters
method Descriptor
call method descriptor / 方法调用方法的描述符