mitchellh / go-ps

Find, list, and inspect processes from Go (golang).
https://gist.github.com/mitchellh/90029601268e59a29e64e55bab1c5bdc
MIT License
1.47k stars 251 forks source link

Add android support #35

Open Xmister opened 5 years ago

Xmister commented 5 years ago

On Android imageName in stat doesn't contain the full package name. Using cmdline is the proper way to read the full name there.