RESOLVED FIXED205709
Reformat WebPage logging
https://bugs.webkit.org/show_bug.cgi?id=205709
Summary Reformat WebPage logging
Keith Rollin
Reported 2020-01-02 20:19:49 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: 0x4a1df5000 - WebLoaderStrategy::scheduleLoad: Resource is being scheduled with the NetworkProcess (frame=0x4a1db0220, priority=0, webPageID=15, frameID=3, resourceID=32)', becomes: 0x4a1df5000 - [resourceLoader=0x1418b7200, frameLoader=0x1326d7340, frame=0x4a1db0220, webPageID=15, frameID=3, resourceID=32] WebLoaderStrategy::scheduleLoad: Resource is being scheduled with the NetworkProcess (priority=2)
Attachments
Patch (18.12 KB, patch)
2020-01-02 20:49 PST, Keith Rollin
no flags
Radar WebKit Bug Importer
Comment 1 2020-01-02 20:19:58 PST
Keith Rollin
Comment 2 2020-01-02 20:49:22 PST
Brent Fulgham
Comment 3 2020-01-06 12:05:04 PST
Comment on attachment 386656 [details] Patch Much tidier! r=me
WebKit Commit Bot
Comment 4 2020-01-06 12:46:46 PST
Comment on attachment 386656 [details] Patch Clearing flags on attachment: 386656 Committed r254078: <https://trac.webkit.org/changeset/254078>
WebKit Commit Bot
Comment 5 2020-01-06 12:46:52 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.