Bug 154501
Summary: | Enhance Logging: Change some WTFLogAlways call to instead invoke "always on" macros | ||
---|---|---|---|
Product: | WebKit | Reporter: | Keith Rollin <krollin> |
Component: | Web Template Framework | Assignee: | 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
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 | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Radar WebKit Bug Importer
<rdar://problem/24757755>
Keith Rollin
Probably not worth addressing. Lets keep WTFLogAlways as-is, changing them as needed if/when the need arises.