commit | c68053a3c3aa34bd60d9277bd7165b421a06202c | [log] [tgz] |
---|---|---|
author | Jing Ji <jji@google.com> | Wed Jul 22 23:54:40 2020 -0700 |
committer | Jing Ji <jji@google.com> | Thu Jul 23 11:34:37 2020 -0700 |
tree | b60faf4806292a24ee30726866d3633afeaa71bf | |
parent | 0eae0b2abce318f3745374de9394ecf7967caf5f [diff] |
Fix spurious undead process warning Set the strict mode policy before Process.waitForProcessDeath. Also eliminate some of the wtf warnings because we know it's a legitimate case: a large process could get killed during getProcessLocked(), and the caller would start a new process right after that. Bug: 161835160 Test: See b/161835160#comment3 for detailed test steps Change-Id: I357b522943c88aa833dcf06013a9f8d2240c3967