From 67b7e85b1868392526def50c1ec20e53af348aa0 Mon Sep 17 00:00:00 2001 From: Andreas Gampe Date: Tue, 16 Aug 2016 15:45:56 -0700 Subject: [PATCH] Asan.options: Use abort_on_error Use abort to have debuggerd act and create a tombstone. Bug: 30775464 Change-Id: I359c7c7c094880b7b55304cd2aa3f4b360b729d8 --- rootdir/asan.options | 1 + 1 file changed, 1 insertion(+) diff --git a/rootdir/asan.options b/rootdir/asan.options index 70e0ecaf9..d728f12ed 100644 --- a/rootdir/asan.options +++ b/rootdir/asan.options @@ -3,4 +3,5 @@ detect_odr_violation=0 alloc_dealloc_mismatch=0 allocator_may_return_null=1 detect_container_overflow=0 +abort_on_error=1 include_if_exists=/system/asan.options.%b