summaryrefslogtreecommitdiffstats
path: root/cmds/dumpsys
Commit message (Collapse)AuthorAgeFilesLines
* 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