commit | e3a87d0a36d38ba986ef762a7f0fab2214f53f5d | [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 | 6a3f6a82c662e6d70fb3ca9c47e0c17f2516b2fa | |
parent | bff43dec8dec9ae0ea23bab70a14280af0b39ac7 [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