memlog: Can produce dump in on all platforms |
||
Issue descriptionAndroid and Windows are the priority, but this should work on all platforms without crashing, and produce a trace file that can be symbolized via a python script.
,
Aug 14 2017
This was done https://chromium-review.googlesource.com/602526. We're now bug bashing issues on each platform.
,
Aug 15 2017
The following revision refers to this bug: https://chromium.googlesource.com/chromium/src.git/+/abefb7f983ef02a2489d3b54f6dfa4d68f6d0310 commit abefb7f983ef02a2489d3b54f6dfa4d68f6d0310 Author: Albert J. Wong <ajwong@chromium.org> Date: Tue Aug 15 21:59:11 2017 memlog: Generate a tracing UI compatible metadata entry This code is mostly copy-pasted from TracingControllerImpl. Due the various tangles of layering, it is not sensible to try and extract the common code out yet. Bug: 751324 Change-Id: Ice4b274224bb7fe680139c915748a2e14923ac5b Reviewed-on: https://chromium-review.googlesource.com/613982 Commit-Queue: Albert J. Wong <ajwong@chromium.org> Reviewed-by: Erik Chen <erikchen@chromium.org> Reviewed-by: Brett Wilson <brettw@chromium.org> Cr-Commit-Position: refs/heads/master@{#494565} [modify] https://crrev.com/abefb7f983ef02a2489d3b54f6dfa4d68f6d0310/chrome/profiling/json_exporter.cc [modify] https://crrev.com/abefb7f983ef02a2489d3b54f6dfa4d68f6d0310/chrome/profiling/json_exporter_unittest.cc |
||
►
Sign in to add a comment |
||
Comment 1 by ajwong@chromium.org
, Aug 2 2017Labels: -OS-Linux OS-All