commit | 247852417c8083dfbb87ba7ceded9426f32b8a59 | [log] [tgz] |
---|---|---|
author | Min Qin <qinmin@chromium.org> | Thu Mar 13 15:06:19 2025 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Thu Mar 13 15:06:19 2025 |
tree | a6a227c1165569089a037ab43495a3a6ce22a995 | |
parent | d83aeca2816bc1dc3cac36ba76c521a75e2cfd37 [diff] |
Using async notification for tracing on Android This CL changes tracing to use the async notitifcation APIs on Android. The synchronous APIs are very expensive and may block UI thread. So we will try to move all the API calls to a background thread. Bug: 242038130 Change-Id: I40dadfd21015e3e92cedcafe23584dbc8cb0fbc8 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6349536 Reviewed-by: Peter Beverloo <peter@chromium.org> Commit-Queue: Min Qin <qinmin@chromium.org> Reviewed-by: Michael Thiessen <mthiesse@chromium.org> Cr-Commit-Position: refs/heads/main@{#1432113}
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.