Go to file
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
build Fix issue #7271589: Cannot set Ocean HD live wallpaper 2012-10-03 11:27:19 -07:00
cmds Ensure dumpstate children die 2013-03-11 11:44:15 -05:00
data/etc Add android.hardware.camera.any feature to camera permissions. 2012-09-23 09:53:51 -07:00
include Tweaks for forward compatibility 2013-03-06 15:26:54 -08:00
libs am 6426bd62: am f53f9c6d: [DO NOT MERGE] GraphicBufferAllocator: stall alloc for async frees 2012-12-10 17:58:33 -08:00
opengl Simplify OpenGL TLS access on ARM. 2013-02-13 17:30:54 -08:00
services am 845ed8fd: Merge "DisplayDevice: initialize mDisplayToken correctly" 2013-01-14 14:34:15 -08:00
MODULE_LICENSE_APACHE2
NOTICE