How to determine that Btrace script has successfully intruded into the code? #570
Unanswered
jndxcaiwei
asked this question in
Q&A
Replies: 2 comments
-
You could use eg. There is no special 'event' for when a class is instrumented, I am afraid. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I use the btrace script in the automated test with Linux environment.
One thread is used to run the btrace script, and the other thread performs some operations on the application to trigger the btrace. However, it is found that whether the btrace has successfully intruded into the code cannot be judged by if the PID of the btrace script process exists.
The time of each btrace intrusion into the code is inconsistent. Is there any identification indicating that the btrace has successfully worked?
Thanks a lot to your replay.
Beta Was this translation helpful? Give feedback.
All reactions