Bug 205680

Summary: Reformat WebResourceLoader logging
Product: WebKit Reporter: Keith Rollin <krollin>
Component: WebKit Misc.Assignee: Keith Rollin <krollin>
Status: RESOLVED FIXED    
Severity: Normal CC: achristensen, cdumez, commit-queue, dbates, ews-watchlist, mkwst, webkit-bug-importer
Priority: P2 Keywords: InRadar
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   
See Also: https://bugs.webkit.org/show_bug.cgi?id=205679
Attachments:
Description Flags
Patch none

Description Keith Rollin 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)
Comment 1 Radar WebKit Bug Importer 2020-01-01 20:34:56 PST
<rdar://problem/58266105>
Comment 2 Keith Rollin 2020-01-01 20:39:26 PST
Created attachment 386595 [details]
Patch
Comment 3 WebKit Commit Bot 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>
Comment 4 WebKit Commit Bot 2020-01-02 13:21:09 PST
All reviewed patches have been landed.  Closing bug.