Bug 154501

Summary: Enhance Logging: Change some WTFLogAlways call to instead invoke "always on" macros
Product: WebKit Reporter: Keith Rollin <krollin>
Component: Web Template FrameworkAssignee: Keith Rollin <krollin>
Status: RESOLVED WONTFIX    
Severity: Normal CC: webkit-bug-importer
Priority: P2 Keywords: InRadar
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   
Bug Depends on: 154500    
Bug Blocks: 154148    

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.