commit | 1a6c92dfc78d18eb270bf7e071351da268cb0f80 | [log] [tgz] |
---|---|---|
author | Matt Menke <[email protected]> | Sat Feb 23 00:25:38 2019 |
committer | Commit Bot <[email protected]> | Sat Feb 23 00:25:38 2019 |
tree | ae5caff815682282cb4f645e4bbbe1c0659a805e | |
parent | 047cb6b71b9f55363c1408b83099b3dac406ed64 [diff] |
NetLog: Rework ConnectJob logging. This CL makes it so that the events for nested ConnectJobs are nested within their parent ConnectJob. This both reduces the number of top level CONNECT_JOB events in logs, making navigation between top-level events easier, and makes it easier to see all information related to establishing a single connection at once. This didn't used to be possible because there was a socket pool between nested ConnectJob classes, which introduced a layer of late binding. However, most of those intermediary socket pools have been removed, so the events can now be nested directly, for the most part. Bug: 926899 Change-Id: I7d51ae9e164560fdb0396f21b0ac85370c4b7ae7 Reviewed-on: https://chromium-review.googlesource.com/c/1478259 Reviewed-by: Eric Roman <[email protected]> Commit-Queue: Matt Menke <[email protected]> Cr-Commit-Position: refs/heads/master@{#634886}
Chromium is an open-source browser project that aims to build a safer, faster, and more stable way for all users to experience the web.
The project's web site is https://www.chromium.org.
Documentation in the source is rooted in docs/README.md.
Learn how to Get Around the Chromium Source Code Directory Structure .