RESOLVED WONTFIX 154501
Enhance Logging: Change some WTFLogAlways call to instead invoke "always on" macros
https://bugs.webkit.org/show_bug.cgi?id=154501
Summary Enhance Logging: Change some WTFLogAlways call to instead invoke "always on" ...
Keith Rollin
Reported 2016-02-20 11:58:17 PST
There are several dozen calls to WTFLogAlways in the WebKit code. Change these to invoke the "always on" macros instead. The result should be more efficient in terms of both space and speed. What would get lost in this change is the ability to see such logging in stderr (that is, in the terminal or in Xcode). Uses of WTFLogAlways that seems to support a development model that makes use of this output are retained.
Attachments
Radar WebKit Bug Importer
Comment 1 2016-02-20 11:58:42 PST
Keith Rollin
Comment 2 2018-11-25 16:58:45 PST
Probably not worth addressing. Lets keep WTFLogAlways as-is, changing them as needed if/when the need arises.
Note You need to log in before you can comment on or make changes to this bug.