Bug 204399
Summary: | Consider actuallly printing a message in RELEASE_ASSERT_WITH_MESSAGE | ||
---|---|---|---|
Product: | WebKit | Reporter: | Tuomas Karkkainen <tuomas.webkit> |
Component: | Web Template Framework | Assignee: | Mark Lam <mark.lam> |
Status: | ASSIGNED | ||
Severity: | Normal | CC: | bugs-noreply, clopez, mark.lam, mcatanzaro |
Priority: | P2 | ||
Version: | Other | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
See Also: | https://bugs.webkit.org/show_bug.cgi?id=162611 |
Tuomas Karkkainen
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 | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |