commit | 37c16453a92bbf1a47f042000318a1b60381017d | [log] [tgz] |
---|---|---|
author | Brian Carlstrom <bdc@google.com> | Wed Aug 27 23:43:46 2014 -0700 |
committer | Ian Rogers <irogers@google.com> | Thu Aug 28 11:13:48 2014 -0700 |
tree | 3be22a91d7cae077c4544b44374667dd29f0413e | |
parent | cd7a048cfac23e6ec3e1ba3ab4c1dddb322eaadf [diff] |
Fix issue with Thread.setName hanging after Thread.start When suspending a thread by peer the invariant that only attached threads are suspended must be maintained. Add a ThreadList::Contains check which requires making this method non-static. Add some extra thread logging. Bug: 17302037 Change-Id: I89af9840e398c2ceadeb736c431dfe3be8f3ba06