summaryrefslogtreecommitdiffstats
path: root/cmds/dumpsys
Commit message (Collapse)AuthorAgeFilesLines
* add dumpsys -l to list available serviceskeunyoung2013-06-131-1/+9
| | | | | | - for people with poor memory like me :) Change-Id: I60160ca333ac4864bb8328f164cc2e9eba3660fc
* libutils clean-upMathias Agopian2013-05-071-1/+1
| | | | Change-Id: I6ff4cfc736751de2912c697f954e45e275f2d386
* Add liblogYing Wang2013-04-091-0/+1
| | | | | Bug: 8580410 Change-Id: I2ca4fa00dde0b574df3619134836bcb9315bd506
* Ignore SIGPIPE is some of the tools used via bugreportJP Abgrall2012-05-111-0/+1
| | | | | | | | | | | adb bugreport > b & sleep 5; kill $? will show that a bunch of tools will SIGPIPE when trying to output data which is normal. We don't have a way on linux (bsd yes), to set NOSIGPIPE on the file desc passed down via fork/exec. Bug: 6447319 Change-Id: I25b30a823addcff89d252f162d0a07035d4fdd3f
* move dumpstate and dumpsys from frameworks/base to frameworks/nativeColin Cross2012-03-264-0/+294
Change-Id: I8a5318022ce5cd3e7c8055f21fe5da74639aa6c0