replicant-frameworks_native/cmds
John Michelau e7b6cf13f9 Ensure dumpstate children die
Use prctl(PR_SET_PDEATHSIG, SIGKILL) in each forked child to ensure
it dies when dumpstate dies.

This is important for two cases:
- dumpstate runs a timer for each child process.  On expiration, it
  sends SIGTERM to kill the process.  Sometimes SIGTERM isn't enough
  to kill a hung process, so the child lives on.
- When dumpstate is killed by the user before completing, outstanding
  children continue to run and generate output.

Change-Id: I96e0dc918c26d56c9fee53611980ba2edd238712
2013-03-11 11:44:15 -05:00
..
dumpstate Ensure dumpstate children die 2013-03-11 11:44:15 -05:00
dumpsys Ignore SIGPIPE is some of the tools used via bugreport 2012-05-11 14:14:09 -07:00
sensorservice move sensorservice from frameworks/base to frameworks/native 2012-06-28 15:06:35 -07:00
surfaceflinger SF doesn't need more than a few binder threads 2012-04-19 17:32:03 -07:00