Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Ignore SIGPIPE is some of the tools used via bugreport | JP Abgrall | 2012-05-11 | 1 | -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/native | Colin Cross | 2012-03-26 | 4 | -0/+294 |
Change-Id: I8a5318022ce5cd3e7c8055f21fe5da74639aa6c0 |