summaryrefslogtreecommitdiffstats
path: root/services/java/com/android/server/DiskStatsService.java
Commit message (Collapse)AuthorAgeFilesLines
* Move some system services to separate directoriesAmith Yamasani2013-12-191-113/+0
| | | | | | | | 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
* Protect system services with DUMP permission.Jeff Sharkey2012-04-261-1/+3
| | | | Change-Id: I5e53859f8b8e5473e54eca43ebd7de841f1a05ff
* Add "dumpsys diskstats" to get a dump of disk-free values.Dan Egnor2010-03-251-0/+111
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