summaryrefslogtreecommitdiff
path: root/services/java/com/android/server/DiskStatsService.java
AgeCommit message (Collapse)Author
2013-12-19Move some system services to separate directoriesAmith Yamasani
Refactored the directory structure so that services can be optionally excluded. This is step 1. Will be followed by another change that makes it possible to remove services from the build. Change-Id: Ideacedfd34b5e213217ad3ff4ebb21c4a8e73f85
2012-04-26Protect system services with DUMP permission.Jeff Sharkey
Change-Id: I5e53859f8b8e5473e54eca43ebd7de841f1a05ff
2010-03-25Add "dumpsys diskstats" to get a dump of disk-free values.Dan Egnor
Also includes a trivial test of I/O latency. (Mostly useful to be invoked from checkin to poll disk-free and latency issues. Also moderately useful to see in a bugreport.) Also make "dumpsys netstat" a non-no-op, in case we want this data. Change-Id: Ia93550a23ca6b35586c5d9217890ee0a5801aae1