We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
AddressSanitizer is supported in AOSP starting with JellyBean? release.
To run applications built with ASan you'll need an -eng build of Android.
To build any part of Android system with ASan, add LOCAL_ADDRESS_SANITIZER:=true to the appropriate Android.mk.
To run a standalone native binary, prefix it with asanwrapper: /system/bin/asanwrapper path_to_your_binary options