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

phone history

ahoope2

Lurker
I am looking for an app that will pull up my phone history or a system event log to view everything that has occurred on my phone.
 
Everything since when? System logs don't extend indefinitely, for obvious reasons.

Turn on USB debugging, install adb on your computer (look in our FAQs forum) and try the command "adb logcat" (cat is Linux command for "dump this file to the screen", so logcat means "dump the log file"). Without rooting that's the best I have.
 
Back
Top Bottom