RESOLVED WONTFIX 154500
Enhance Logging: Redirect existing logging macros
https://bugs.webkit.org/show_bug.cgi?id=154500
Summary Enhance Logging: Redirect existing logging macros
Keith Rollin
Reported 2016-02-20 11:54:17 PST
Redirect some existing logging macros to call the "always on" macros. This is in an attempt to capture error conditions that occur in the wild that normally wouldn't get logged outside of a debug build. Some macros being redirected are LOG_ERROR, LOG_FATAL, and RELEASE_ASSERT.
Attachments
Patch (8.52 KB, patch)
2016-02-23 13:52 PST, Keith Rollin
no flags
Radar WebKit Bug Importer
Comment 1 2016-02-20 11:54:36 PST
Keith Rollin
Comment 2 2016-02-23 13:52:45 PST
Keith Rollin
Comment 3 2016-02-23 13:53:44 PST
This patch got attached to the wrong bug.
Keith Rollin
Comment 4 2019-04-08 17:10:32 PDT
This task isn't really required any more. We have lots of the needed logging being performed with the RELEASE_LOG macros, and redirecting the other logging blindly is not a good idea since it might capture PII.
Note You need to log in before you can comment on or make changes to this bug.