Bug 204399

Summary: Consider actuallly printing a message in RELEASE_ASSERT_WITH_MESSAGE
Product: WebKit Reporter: Tuomas Karkkainen <tuomas.webkit>
Component: Web Template FrameworkAssignee: 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
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.