Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在尝试在 android 中获取应用程序的最后运行时间(不仅是我的应用程序)。 据我了解,所有应用程序都安装在 /data/app/ 中。 所以,我尝试运行stat命令adb shell来获取所有apk的最后访问时间。
stat
adb shell
但令我惊讶的是,上次访问时间似乎是上次安装/更新时间而不是运行时间。为什么会这样?我认为android系统需要“访问”apk才能加载并运行它。
由于性能原因,访问时间不再更新
http://en.wikipedia.org/wiki/Stat_%28system_call%29#Criticism_of_atime