[Webkit-unassigned] [Bug 162237] New: Add new logging for network resource loading

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Sep 19 14:23:44 PDT 2016


https://bugs.webkit.org/show_bug.cgi?id=162237

            Bug ID: 162237
           Summary: Add new logging for network resource loading
    Classification: Unclassified
           Product: WebKit
           Version: WebKit Nightly Build
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: WebKit2
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: krollin at apple.com

Add new logging to better track the downloading of network resources. This largely involves adding logging along the paths less travelled. The previous logging would log the normal path executed when downloading resources, but experience is showing us that this is not sufficient. Sometimes logging would suddenly stop, indicating either that some non-normal path was taken, or that the process was hung. By adding more logging, we should be able to identify the first case.

For the most part, there should be little-to-no new logging along the main path, meaning that the overall impact of our logging on the system buffers and sysdiagnose should be minimal.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.webkit.org/pipermail/webkit-unassigned/attachments/20160919/77a25873/attachment.html>


More information about the webkit-unassigned mailing list