[webkit-dev] Tagged assertions...
Said Abou-Hallawa
sabouhallawa at apple.com
Thu Nov 6 11:44:53 PST 2014
The function name and the line number may change if the code changes. A unique tag associated with the assertion should stay the same. So when you want to search for the assertion, you just need the tag since it is unique. We can even extend the dump to do the search in Bugzilla as well. So if the assertion fires, the dump might look like the following:
ASSERTION FAILED (tag: abcde) condition
Bug 12345 (closed): ASSERTION failed in someFunction
Bug 67890 (open): Still ASSERTION failed in someFunction
… rest of the call-stack
So you do not even need to search Bugzilla for it. You would know immediately that the assertion is being tracked by an opened bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.webkit.org/pipermail/webkit-dev/attachments/20141106/694025fb/attachment.html>
More information about the webkit-dev
mailing list