commit | 235af4663543443c2af5913df46b8ba984b0e078 | [log] [tgz] |
---|---|---|
author | Etienne Pierre-doray <etiennep@chromium.org> | Wed Jan 08 19:08:46 2025 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Wed Jan 08 19:08:46 2025 |
tree | 29898ee65fdf2525dc01e830516f0d41d8efe50d | |
parent | 800c80133d1aeb148551bcdf09ac35c4367dc237 [diff] |
[tracing] Cleanup up trace_log This CL cleans up some of the unused functionalities in trace_log - legacy metadata - member AddTraceEvent* function: replaced by static ones - SetTrackDescriptor: covered by TrackNameRecorder We no longer update SetTrackDescriptor on UpdateProcessLabel; this is unnecessary because TrackNameRecorder calls SetTrackDescriptor when the session ends. Bug: 343404899 Change-Id: Ia3c4524cd3b3dd4d4ad12a0348e60480b5d03f67 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6120057 Reviewed-by: Derek Schuff <dschuff@chromium.org> Reviewed-by: Gabriel Charette <gab@chromium.org> Reviewed-by: Alexander Timin <altimin@chromium.org> Commit-Queue: Etienne Pierre-Doray <etiennep@chromium.org> Reviewed-by: Mikhail Khokhlov <khokhlov@google.com> Cr-Commit-Position: refs/heads/main@{#1403710}
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.
To check out the source code locally, don't use git clone
! Instead, follow the instructions on how to get the code.
Documentation in the source is rooted in docs/README.md.
Learn how to Get Around the Chromium Source Code Directory Structure.
For historical reasons, there are some small top level directories. Now the guidance is that new top level directories are for product (e.g. Chrome, Android WebView, Ash). Even if these products have multiple executables, the code should be in subdirectories of the product.
If you found a bug, please file it at https://crbug.com/new.