• Wez's avatar
    Set is_asan_build also in DCHECK-enabled binaries. · 720413e7
    Wez authored
    SystemProfile.is_asan_build was previously only set for ASAN builds. In
    general we care about whether a build is standard, versus instrumented,
    regardless of the kind of instrumentation, so we re-use this field to
    also indicate DCHECK-enabled builds.
    
    The field will be renamed to is_instrumented_build up-stream, to better
    reflect its intended meaning.
    
    Bug: 889105
    Change-Id: Ieb0c54dcf53db298a101d29447987791e9b085e1
    Reviewed-on: https://chromium-review.googlesource.com/c/1260516Reviewed-by: default avatarAlexei Svitkine <asvitkine@chromium.org>
    Commit-Queue: Wez <wez@chromium.org>
    Cr-Commit-Position: refs/heads/master@{#596720}
    720413e7
metrics_log_unittest.cc 13.2 KB