devlib icon indicating copy to clipboard operation
devlib copied to clipboard

Target.get_pids_of() relies on system's ps

Open douglas-raillard-arm opened this issue 2 years ago • 0 comments

Target.get_pids_of() does not use busybox and just call the ps command with -C option. This breaks on systems where this option is not supported, like on busybox ps implementation.

douglas-raillard-arm avatar Aug 01 '23 09:08 douglas-raillard-arm