diff options
author | Josh Gao <jmgao@google.com> | 2018-02-23 14:00:24 -0800 |
---|---|---|
committer | Josh Gao <jmgao@google.com> | 2018-02-27 14:50:07 -0800 |
commit | d51c6df1ef98f2b57916ddefc80afda5f1eecb59 (patch) | |
tree | 5b13e8583f4832131f24352e1c6d486834b7fb13 /init/action_parser.cpp | |
parent | 73664df55e658c8466d10272716ed855592618ce (diff) |
adb: stop using quick_exit.
We don't actually need to use quick_exit to avoid calling static
destructors, since we have -Wexit-time-destructors to guarantee we
don't actually have any, and this precludes the use of asan's exit time
leak checking, so switch back to atexit/exit.
Test: ASAN_OPTIONS=detect_leaks=1:leak_check_at_exit=1 adb server nodaemon with a manually inserted leak
Change-Id: Id8178913f64cb02c820c5073351369a9e4d8c74d
Diffstat (limited to 'init/action_parser.cpp')
0 files changed, 0 insertions, 0 deletions