V
V
Vlad Golubev2014-01-19 20:39:30
Android
Vlad Golubev, 2014-01-19 20:39:30

How to find out which files Android accessed least often?

Actually, you need to find out which files were read the longest. I know they can be viewed by date modified, but is it possible to sort them by date read? And if possible, by the number of readings?

Answer the question

In order to leave comments, you need to log in

1 answer(s)
F
FoxInSox, 2014-01-21
@samosfator

A utility should work statthat returns something like this:

[email protected]:/sdcard/Pictures/Camera $ stat 24_12_2013_16_47_28.jpg           
  File: '24_12_2013_16_47_28.jpg'
  Size: 46018     	Blocks: 128        IO Block: 32768  regular file
Device: 820h/2080d	Inode: 54          Links: 1    
Access: (0777/-rwxrwxrwx)  Uid: (    0/    root)   Gid: (    0/    root)
Access: 2014-01-21 03:33:40.000000000
Modify: 2013-12-24 16:47:28.000000000
Change: 2014-01-21 03:33:16.000000000

At me the truth the Access field was replaced twice, and then suddenly ceased. Checked in GenyMotion, maybe on a real device it will be ok.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question