Bug 205680 - Reformat WebResourceLoader logging
Summary: Reformat WebResourceLoader logging
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKit Misc. (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Keith Rollin
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2020-01-01 20:34 PST by Keith Rollin
Modified: 2020-01-02 13:21 PST (History)
7 users (show)

See Also:


Attachments
Patch (13.48 KB, patch)
2020-01-01 20:39 PST, Keith Rollin
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
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.