New issue
Advanced search Search tips

Issue 622963 link

Starred by 2 users

Issue metadata

Status: WontFix
Owner:
Closed: Apr 2017
Components:
EstimatedDays: ----
NextAction: ----
OS: All
Pri: 2
Type: Bug



Sign in to add a comment

Better net logging support

Project Member Reported by falken@chromium.org, Jun 24 2016

Issue description

For better debuggabilty, we could use better net logging particularly in:
- ServiceWorkerURLRequestJob
- ServiceWorkerWriteToCacheJob
- ServiceWorkerReadFromCacheJob
 

Comment 2 by falken@chromium.org, Jul 22 2016

Labels: OS-All
Status: Available (was: Started)
Here's what I want to do for this still:
- netlog for ServiceWorkerWriteToCacheJob
- netlog for ServiceWorkerReadFromCacheJob
- netlog for ServiceWorkerURLRequestJob
- Have detailed netlog including HTTP headers.
- https://codereview.chromium.org/2086093004 is an example of a good way to add netlog, I think. The first attempt added too many event types instead of doing Begin/End events with lots of params (see SERVICE_WORKER_ERROR_STREAM_ABORTED etc used by ServiceWorkerURLRequestJob, those could be params instead of events).

Comment 3 by falken@chromium.org, Apr 14 2017

Status: WontFix (was: Available)
This will be superseded by servicification.

Sign in to add a comment