Commit a2b0fb9
committed
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 b24aa34 commit a2b0fb9
1 file changed
+6
-1
lines changedLines changed: 6 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
46 | 46 | | |
47 | 47 | | |
48 | 48 | | |
49 | | - | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
50 | 55 | | |
51 | 56 | | |
52 | 57 | | |
| |||
0 commit comments