net/log/stitch_net_log_files.py does not order events from oldest to newest |
|||
Issue descriptionnet/log/stitch_net_log_files.py concatenates the events files starting from event_file_0.json and progressing until event_file_<num_files-1>.json. However because use of file indices wraps around, event_file_0.json is not be the oldest file. Also, this file should be moved into net/tools/
,
Jul 19 2017
,
Jul 19 2017
The following revision refers to this bug: https://chromium.googlesource.com/chromium/src.git/+/4d0cce18076a81ed7714f84f2e4dc03613811b92 commit 4d0cce18076a81ed7714f84f2e4dc03613811b92 Author: Eric Roman <eroman@chromium.org> Date: Wed Jul 19 23:46:53 2017 Make stitch_net_log_files.py handle more cases. * Order event files from oldest to newest * Remove the --num_files switch * Don't fail if end_netlog.json is missing (since it probably will be when using this) Bug: 744815 Change-Id: I26307d3c293eb445b7e3456d6b359f8ef05a0204 Reviewed-on: https://chromium-review.googlesource.com/578484 Commit-Queue: Eric Roman <eroman@chromium.org> Reviewed-by: Helen Li <xunjieli@chromium.org> Cr-Commit-Position: refs/heads/master@{#488045} [modify] https://crrev.com/4d0cce18076a81ed7714f84f2e4dc03613811b92/net/tools/stitch_net_log_files.py
,
Jul 19 2017
|
|||
►
Sign in to add a comment |
|||
Comment 1 by bugdroid1@chromium.org
, Jul 18 2017