I run uptime command on android shell and I get quit different result than for same command on Linux. What this result means exactly?
up time: 01:53:22, idle time: 00:37:26, sleep time: 01:08:02
up time is total time form boot. But what is difference between idle and sleep? and what is
time = uptime - idle_time - sleep_time
it's some kind of run time?