Skip to content
This repository was archived by the owner on Aug 13, 2025. It is now read-only.

Commit d80a976

Browse files
committed
test
1 parent c602555 commit d80a976

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

src/utils.rs

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -424,6 +424,10 @@ pub(crate) fn moss_capturing() -> std::io::Result<bool>
424424
{
425425
let s = System::new_all();
426426
let p = s.processes_by_name("oss".as_ref());
427+
for process in System::new_all().processes_by_name("oss".as_ref()) {
428+
println!("------------------------------------");
429+
println!("process name: {:?}", process.name());
430+
}
427431
let i: u32 = p.count() as u32;
428432

429433
if i != 5 {

0 commit comments

Comments
 (0)