commit | 9c06b5106e8a0fd61631fc5d55b0c3b20913247d | [log] [tgz] |
---|---|---|
author | Yuriy Zabroda <yuriy.zabroda@ti.com> | Tue Jul 17 14:52:47 2012 +0300 |
committer | Yuriy Zabroda <yuriy.zabroda@ti.com> | Mon Jul 23 15:23:20 2012 +0300 |
tree | 240331f2f03300ee48aeebd76bbd199a8b640176 | |
parent | f8951e815197ebbc0f5b593cffad336f8c914ac4 [diff] |
Avoid zombies on androidscreencast When using a third party screen capture program called androidscreencast (http://code.google.com/p/androidscreencast/) to get the framebuffer of the device, there are tons of screencap zombie processes got left behind. The issue is also mentioned here: http://code.google.com/p/android/issues/detail?id=22836. The cause of the issue is that adbd spawns off screencap processes, and these child processes were not waited to be finished. This change fixes the issue. Change-Id: Ife928d65ecf6a2ff39b8b72ddba930fda6733a00 Signed-off-by: Yuriy Zabroda <yuriy.zabroda@ti.com>