diff options
author | George Burgess IV <gbiv@google.com> | 2017-05-23 16:46:57 -0700 |
---|---|---|
committer | George Burgess IV <gbiv@google.com> | 2017-05-26 11:04:48 -0700 |
commit | 7e771de38fb630b8be010c4dc47d61207fa130a2 (patch) | |
tree | 8a548b16bc39c169e7c2634ae11b5e1357512365 /debuggerd/handler/debuggerd_fallback.cpp | |
parent | 0f185bb1484e22cf270c5807d0228880281e408f (diff) |
logging: always enable DCHECK for the static analyzer
This helps us have less false-positives.
We do this instead of `#undef NDEBUG`, since undefing NDEBUG actually
gave us more false-positives (...and build breakages) than simply
leaving it defined.
Bug: None
Test: Ran the static analyzer across internal master. 213 fewer warnings
(15 Medium, 2 Low, the remainder are 'Analyzer'). All of the dropped
warnings I audited were false-positives. It adds ~3 Tidy warnings.
Change-Id: Ibedab60ca7e9d2b0772896222b83d2e7ab064afe
Diffstat (limited to 'debuggerd/handler/debuggerd_fallback.cpp')
0 files changed, 0 insertions, 0 deletions