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 don't know much about how exactly jazzer works but based on the documentation, the instrumentation takes place during class loading (during runtime) thus gets repeated whenever it's run.
I was wondering if there is an option that I can use to make the instrumentation take place only once (with the guarantee that the source code remains the same).
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I don't know much about how exactly jazzer works but based on the documentation, the instrumentation takes place during class loading (during runtime) thus gets repeated whenever it's run.
I was wondering if there is an option that I can use to make the instrumentation take place only once (with the guarantee that the source code remains the same).
Beta Was this translation helpful? Give feedback.
All reactions