• After 15+ years, we've made a big change: Android Forums is now Early Bird Club. Learn more here.

Apps How to display last 10 android system boot time in my app?

Anudocs

Lurker
I want to display the last 10 boot time when my android tv/phone was switched on. I found several post telling this solution :

System.currentTimeMillis() - SystemClock.elapsedRealtime()​

but this tells only the last boot time. The android system must be saving boot timings somewhere in logs? is it possible to read those logs and where are those logs?
 
Back
Top Bottom