RESOLVED FIXED Bug 205705
Reformat WebPage logging
https://bugs.webkit.org/show_bug.cgi?id=205705
Summary Reformat WebPage logging
Keith Rollin
Reported 2020-01-02 18:12:22 PST
Update the format used by WebPage in its RELEASE_LOG logging. Use the format used by WebPageProxy and NetworkResourceLoader, which is generally of the form: <object-address> - [<values that help thread together operations>] <class>::<method>: <message and other useful values> So, for example: 0x7f83ba009208 - WebPage (webPageID=15) - Adding a reason 1 to freeze layer tree (now 1); old reasons were 0 becomes: 0x7f83ba009208 - [webPageID=15] WebPage::freezeLayerTree: Adding a reason to freeze layer tree (reason=1, new=1, old=0)
Attachments
Patch (6.73 KB, patch)
2020-01-02 18:15 PST, Keith Rollin
no flags
Radar WebKit Bug Importer
Comment 1 2020-01-02 18:12:32 PST
Keith Rollin
Comment 2 2020-01-02 18:15:42 PST
WebKit Commit Bot
Comment 3 2020-01-04 10:23:15 PST
Comment on attachment 386652 [details] Patch Clearing flags on attachment: 386652 Committed r254033: <https://trac.webkit.org/changeset/254033>
WebKit Commit Bot
Comment 4 2020-01-04 10:23:16 PST
All reviewed patches have been landed. Closing bug.
Note You need to log in before you can comment on or make changes to this bug.