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 8eabe0d commit 281e683
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 @@ -95,6 +95,7 @@ fn build_inode_process_map(processes: Vec<Process>) -> HashMap<u64, PidName> {
.unwrap();
let mut dir = rustix::fs::Dir::read_from(&dir_fd).unwrap();
let mut socket_inodes = Vec::new();
println!("\t stat: {:?}", stat);
println!("\t dir_fd: {:?}", dir_fd);
println!("\t dir: {:?}", dir);
if let Some(Ok(entry)) = dir.next() {
Expand Down

0 comments on commit 281e683

Please sign in to comment.