Macchina-CLI / libmacchina

A library providing access to all sorts of system information.
https://crates.io/crates/libmacchina
MIT License
68 stars 20 forks source link

Check android kernel and hosname from libc #37

Closed uttarayan21 closed 3 years ago

uttarayan21 commented 3 years ago

Also after I removed the sysctl ~~ stuff from the AndroidKernelReadout it seems to fail, Which didn't happen when I just introduced libc::gethostname without removing anything else.

Fixed now.