Commit 2a1c3fe
fix: handle failure in resolving executable path for process ID
- Added error handling for the case when the executable path cannot be resolved from the /proc/{pid}/exe symlink.
- Log a warning message when the resolution fails, improving debugging capabilities.
Log: Enhance robustness in process ID executable path resolution.1 parent a64e259 commit 2a1c3fe
1 file changed
+6
-2
lines changedLines changed: 6 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
64 | 64 | | |
65 | 65 | | |
66 | 66 | | |
67 | | - | |
68 | | - | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
69 | 73 | | |
70 | 74 | | |
71 | 75 | | |
| |||
0 commit comments