Commit 9fb4984
authored
Fix logging when uninstrumenting cannot happen (#9851)
if we have a thread in a loop that cannot exit the instrumented method
for a while, instrumentation cannot be done. But probe is removed
from metadata and cannot be resolved. We were logging this status
which is in fact not helpful and generate noise.
If probe cannot be resolved we just ignore the instrumentation1 parent 2413c50 commit 9fb4984
File tree
1 file changed
+1
-6
lines changed- dd-java-agent/agent-debugger/src/main/java/com/datadog/debugger/agent
1 file changed
+1
-6
lines changedLines changed: 1 addition & 6 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
7 | | - | |
8 | 7 | | |
9 | 8 | | |
10 | 9 | | |
| |||
252 | 251 | | |
253 | 252 | | |
254 | 253 | | |
255 | | - | |
256 | | - | |
257 | | - | |
258 | | - | |
259 | | - | |
| 254 | + | |
260 | 255 | | |
261 | 256 | | |
262 | 257 | | |
| |||
0 commit comments