commit | 73f4eaa5b291c9af20f9c27ff750deae39e4f29c | [log] [tgz] |
---|---|---|
author | Yusuke Sato <yusukes@google.com> | Tue Jun 16 13:51:14 2015 -0700 |
committer | Yusuke Sato <yusukes@google.com> | Tue Jun 16 13:59:32 2015 -0700 |
tree | 6d68941cafdecaef89037b6328e81789a651c34b | |
parent | 66ab36345cf5447d64ae5089c12f8527cde73b80 [diff] |
processgroup: change the polling interval for killProcessGroup() to make the function faster on average. Since killing a process takes about 40-60ms on a recent device, the previous logic tends to sleep too long. This CL does not significantly change the total timeout (old code: 204ms, new code: 200ms). Bug: 21813611 Change-Id: Ica44b2437ccccaebadcf585d7a09d993ce71a499