iamtrk / Device-Explorer

Open source code for the following app https://play.google.com/store/apps/details?id=com.iamtrk.androidexplorer
MIT License
35 stars 11 forks source link

make data human readable #2

Open davidak opened 8 years ago

davidak commented 8 years ago

for example the uptime. what is that? seconds?

screenshot_2016-09-25-00-33-47


Fairphone 2 Installed from F-Droid

iamtrk commented 8 years ago

First value is the total number of seconds the system has been up & the second value is how much of that time the machine has spent idle.

Most of this data is directly read from proc file system, I think it does make sense to make it human readable.