I'm trying to find out if my tablet was used at a particular time. It runs android 4.1. I tried to use cache.wifi but that does not seem to exist any more. It would have most likely been used on my home wifi network, but unfortunately my router doesn't have logging enabled so it looks like my only option is some sort of log that would be on the device itself. Any ideas?
Asked
Active
Viewed 2,835 times
3
Battery useinfo can show you the screen-on times. That should be a good indicator if someone recently touched your device. – forums Mar 01 '13 at 09:56adb logcatdoesn't print the date/time along in a readable format; using a graphical frontend like QtADB would get around that. Note, however, as Android logging uses a ring buffer, older entries might already be overwritten. – Izzy Mar 01 '13 at 12:56