commit | 965d6f4d177c394c6a7861ce34761e297ee7af2b | [log] [tgz] |
---|---|---|
author | Josh Gao <jmgao@google.com> | Thu Mar 17 13:39:15 2016 -0700 |
committer | Josh Gao <jmgao@google.com> | Thu Mar 17 14:15:01 2016 -0700 |
tree | 2ff2347d85115134df06681729b5598be318d9c4 | |
parent | 290127b29290c133f759eda3fc992e3dcbfb7cb1 [diff] |
debuggerd: don't send SIGSTOP to crashing processes. This was actually nonfunctional until f5e8f0b, because it was using kill after privileges were dropped. This doesn't seem necessary after the changes to the sibling thread ptrace logic, though. Bug: http://b/27427439 Change-Id: I6bffbc14e0cf5e377bbfa39c945518e0d436c223 (cherry picked from commit b17f228ff6cdc73f0ca3ab4578f78faf1a7f1b86)