commit | b7b1edf974a93cc4bb9a2de7a5e9c9bce9ad178b | [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 | 524716889bb619e7604910cbb13864516d5e1467 [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