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
I wonder if we can retrieve the invocation location info from aspect?
For example, when patching open(), there could be several places where open() is invoked. Is it possible to which open() is invoked from aspect?
Yes there's cutpoint passed in when using bind argument to @Aspect, but there seems no invocation location info(like file, line, etc.) in the cutpoint parameter.
The text was updated successfully, but these errors were encountered:
I wonder if we can retrieve the invocation location info from aspect?
For example, when patching
open()
, there could be several places whereopen()
is invoked. Is it possible to whichopen()
is invoked from aspect?Yes there's
cutpoint
passed in when usingbind
argument to@Aspect
, but there seems no invocation location info(like file, line, etc.) in thecutpoint
parameter.The text was updated successfully, but these errors were encountered: