gopsutil
gopsutil copied to clipboard
[android][host] fix Info() failure due to forbidden /proc/stat and /proc/uptime
these are not accessible on Android
These files are still accessible on older Android versions (in my test, Android 7.1.2), this change needlessly breaks the function there.
We could use https://pkg.go.dev/golang.org/x/sys/unix#Sysinfo, maybe as a fallback to a read error.
We could use https://pkg.go.dev/golang.org/x/sys/unix#Sysinfo, maybe as a fallback to a read error.
Good idea. I have implemented this approach on the PR, and tested working with Android 11
@Lomanic wdyt?
Friendly ping
Thanks for the review! How is this looking now?
ping @shirou