OSDN Git Service

Track app idle history and dump it
authorAmith Yamasani <yamasani@google.com>
Fri, 8 May 2015 23:36:21 +0000 (16:36 -0700)
committerAmith Yamasani <yamasani@google.com>
Wed, 13 May 2015 18:49:35 +0000 (11:49 -0700)
commit0a11e69428d4c00dfcb368c1eb4e60ad8e0dc918
tree34407c845b53947ac87ac16fdc02f2fa85619b68
parent05fe90c10b54111a742187935f2890029b348bf5
Track app idle history and dump it

"dumpsys usagestats history" will show the
active state of each app for the last 100 hours,
if the device hasn't rebooted.

Bug: 20066058
Change-Id: I703e5bc121298e4363c202da56fffb0b8534bcaf
services/usage/java/com/android/server/usage/AppIdleHistory.java [new file with mode: 0644]
services/usage/java/com/android/server/usage/UsageStatsService.java