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?
Tell me more
×
Android Enthusiasts Stack Exchange is a question and answer site for
enthusiasts and power users of the Android operating system. It's 100% free, no registration required.
Battery useinfo can show you the screen-on times. That should be a good indicator if someone recently touched your device. – forums Mar 1 at 9: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 1 at 12:56