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
Probably is better to use a static instance counter inside Callback, pass the Callback instance to the Instrumentator instead the callbackId, and create a getId() method too.
The text was updated successfully, but these errors were encountered:
callbackId
in https://github.com/brutusin/instrumentation/blob/master/src/main/java/org/brutusin/instrumentation/Agent.java#L31 if thepremain()
method is only called once?Callback
, pass theCallback
instance to theInstrumentator
instead thecallbackId
, and create agetId()
method too.The text was updated successfully, but these errors were encountered: