commit | 1cccaeac6f4c92f26fae2df845ed523e5d7094f3 | [log] [tgz] |
---|---|---|
author | Josh Gao <jmgao@google.com> | Wed Nov 11 17:56:12 2015 -0800 |
committer | Josh Gao <jmgao@google.com> | Thu Nov 12 11:20:19 2015 -0800 |
tree | f339cc505ad1483a9cfc25aeb5d0138a53131974 | |
parent | 2d2322fcd4c69e8b24248358c053fe630740dd8b [diff] |
adb: remove exit-time destructors. On exit, these destructors get invoked while other threads might still be using them, potentially causing a crash, and definitely causing tsan to report a race condition. Bug: http://b/23384853 Change-Id: I94de55d22f97f4edd1d7cc1f34e8c1f8dfd56a5a