ASSIGNED 204399
Consider actuallly printing a message in RELEASE_ASSERT_WITH_MESSAGE
https://bugs.webkit.org/show_bug.cgi?id=204399
Summary Consider actuallly printing a message in RELEASE_ASSERT_WITH_MESSAGE
Tuomas Karkkainen
Reported 2019-11-19 23:59:03 PST
Currently when asserts are disabled, RELEASE_ASSERT_WITH_MESSAGE is: > #define RELEASE_ASSERT_WITH_MESSAGE(assertion, ...) RELEASE_ASSERT(assertion) In the general case a RELEASE_ASSERT tries to capture register values to debug the failure. Under certain circumstances it would be useful to have the message printed even in Release builds.
Attachments
Note You need to log in before you can comment on or make changes to this bug.