replicant-frameworks_native/cmds/dumpstate
JP Abgrall 3e03d3fb6a Ignore SIGPIPE is some of the tools used via bugreport
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
2012-05-11 14:14:09 -07:00
..
Android.mk move dumpstate and dumpsys from frameworks/base to frameworks/native 2012-03-26 12:39:26 -07:00
dumpstate.c Ignore SIGPIPE is some of the tools used via bugreport 2012-05-11 14:14:09 -07:00
dumpstate.h move dumpstate and dumpsys from frameworks/base to frameworks/native 2012-03-26 12:39:26 -07:00
utils.c dumpstate: don't follow symlinks when creating /data/anr/traces.txt 2012-04-06 09:53:45 -07:00