Skip to content

Commit

Permalink
debug
Browse files Browse the repository at this point in the history
  • Loading branch information
GyulyVGC committed Mar 4, 2024
1 parent 2c8991f commit 6bc28fe
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/platform/linux.rs
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,7 @@ fn build_inode_process_map(processes: Vec<Process>) -> HashMap<u64, PidName> {
if let Some(Ok(entry)) = dir.next() {
println!("A");
let name = entry.file_name().to_string_lossy();
println!("name: {:?}", name);
if let Ok(fd) = RawFd::from_str(&name) {
println!("B");
if let Some(socket_inode) =
Expand Down

0 comments on commit 6bc28fe

Please sign in to comment.