标签: android shell time boot
如何在shell中获得绝对的系统启动时间? 我试过cat / proc / uptime,但这只返回重启后的时间。
答案 0 :(得分:13)
基本上是:
java.lang.System.currentTimeMillis() - android.os.SystemClock.elapsedRealtime();