commit | 2ec89249d4a6e4b61b25ee86ca02f9258549a098 | [log] [tgz] |
---|---|---|
author | Andreas Gampe <agampe@google.com> | Tue Aug 16 15:45:56 2016 -0700 |
committer | Andreas Gampe <agampe@google.com> | Tue Aug 16 15:45:56 2016 -0700 |
tree | 00d4371e04b4e3f1653a30b0afd65001123cf285 | |
parent | 039d74553de98d36ac6829f2aa75fe24981c9f9a [diff] |
Asan.options: Use abort_on_error Use abort to have debuggerd act and create a tombstone. Bug: 30775464 Change-Id: I359c7c7c094880b7b55304cd2aa3f4b360b729d8
diff --git a/rootdir/asan.options b/rootdir/asan.options index 70e0eca..d728f12 100644 --- a/rootdir/asan.options +++ b/rootdir/asan.options
@@ -3,4 +3,5 @@ alloc_dealloc_mismatch=0 allocator_may_return_null=1 detect_container_overflow=0 +abort_on_error=1 include_if_exists=/system/asan.options.%b