Version: 1.3-7
Platform: Maemo 20.2010.36-2maemo16.8 (CSSU)
It shows only PIDs with 4 digits. I assume that's connected to regexp usage in
pList.cpp and the fact that busybox's ps ignores all options and does not
provide expected output. But that regexp didn't match anything when I tried it
with ps x | grep.
Maybe it's better to use /proc/[0-9]*/cmdline ?
Original issue reported on code.google.com by xintx.ua@gmail.com on 28 Sep 2011 at 4:53