Better net logging support |
|||
Issue descriptionFor better debuggabilty, we could use better net logging particularly in: - ServiceWorkerURLRequestJob - ServiceWorkerWriteToCacheJob - ServiceWorkerReadFromCacheJob
,
Jul 22 2016
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).
,
Apr 14 2017
This will be superseded by servicification. |
|||
►
Sign in to add a comment |
|||
Comment 1 by bugdroid1@chromium.org
, Jun 27 2016