PTAL. This will include more information on sandbox testing builders which are release builds but set v8_logging_level=2.
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
[base] Include operand values in CHECK failures for logging builds
Enable detailed error messages in CHECK_OP (CHECK_EQ, etc.) even for
non-DEBUG builds, as long as V8_LOGGING_LEVEL is greater than 1.
Previously, detailed information about failed operands (e.g.,
"(1 vs 2)") was only available in DEBUG builds. This change ensures
that release builds with v8_logging_level=2 provide the same level of
detail for check failures, aiding in diagnosing issues in such builds.
This is a follow-up to https://crrev.com/c/7705483.
TAG=agy
R=jkum...@chromium.org
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |