Chromium Code Reviews| Index: build/config/dcheck_always_on.gni |
| diff --git a/build/config/dcheck_always_on.gni b/build/config/dcheck_always_on.gni |
| index 60672cdf50e6d22e5bff5b04d972976b084e3f05..2012371dd3a739de48d51fd7e2b8c91af7e68133 100644 |
| --- a/build/config/dcheck_always_on.gni |
| +++ b/build/config/dcheck_always_on.gni |
| @@ -5,4 +5,9 @@ |
| declare_args() { |
| # Set to true to enable dcheck in Release builds. |
| dcheck_always_on = false |
| + |
| + # Set to true to have the first failed dcheck cause a dump to be |
| + # uploaded, without crashing. Implies dcheck_always_on, but does not |
|
Wez
2016/12/19 23:57:46
Note to self: Correct implies->requires
|
| + # actually enable logging of dcheck failures. |
| + dump_on_first_dcheck = false |
| } |