RESOLVED FIXED Bug 205680
Reformat WebResourceLoader logging
https://bugs.webkit.org/show_bug.cgi?id=205680
Summary Reformat WebResourceLoader logging
Keith Rollin
Reported 2020-01-01 20:34:47 PST
Update the format used by WebResourceLoader 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: 0x4a1dbcb58 - WebResourceLoader::didFinishResourceLoad: (webPageID=15, frameID=3, resourceID=1, length=212132) becomes: 0x621af2c40 - [webPageID=15, frameID=3, resourceID=1] WebResourceLoader::didFinishResourceLoad: (length=212132)
Attachments
Patch (13.48 KB, patch)
2020-01-01 20:39 PST, Keith Rollin
no flags
Radar WebKit Bug Importer
Comment 1 2020-01-01 20:34:56 PST
Keith Rollin
Comment 2 2020-01-01 20:39:26 PST
WebKit Commit Bot
Comment 3 2020-01-02 13:21:08 PST
Comment on attachment 386595 [details] Patch Clearing flags on attachment: 386595 Committed r253979: <https://trac.webkit.org/changeset/253979>
WebKit Commit Bot
Comment 4 2020-01-02 13:21:09 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.