History log of /frameworks/base/services/tests/servicestests/src/com/android/server/storage/DiskStatsFileLoggerTest.java
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
e47eac74f7c80738017734342f66b615189e7596 19-Jan-2017 Daniel Nishi <dhnishi@google.com> Only count user 0 for diskstats package logging.

This avoids sizing issues and allows us to be accurate within
a subset of the users, rather than less accurate over the entire
user base.

Bug: 34457425
Test: services instrumentation tests
Change-Id: Ic460a564a9ab9805c7739b4f40502e96bbfe7953
/frameworks/base/services/tests/servicestests/src/com/android/server/storage/DiskStatsFileLoggerTest.java
77a78c6f4412dccc58075685ad77f3e41d85f2e4 13-Dec-2016 Daniel Nishi <dhnishi@google.com> Augment diskstats dumpsys to have categorization and apps.

This adds a new service which opportunistically saves the
file system categorization information and the app sizes. This
information is fetched during a diskstats dumpsys call from a file
stored on the disk. This allows us to keep the dumpsys running quickly
while adding information which is costly to calculate.

Bug: 32207207
Test: System server instrumentation tests
Change-Id: Id59e84b9ad38a9debf3e46e5133ef06f7353829d
/frameworks/base/services/tests/servicestests/src/com/android/server/storage/DiskStatsFileLoggerTest.java