commit | 5f2a871a46f503147d218ae95cfe1bd17c941bf4 | [log] [tgz] |
---|---|---|
author | Mark Schillaci <mschillaci@google.com> | Fri Oct 20 20:19:56 2023 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Fri Oct 20 20:19:56 2023 |
tree | 7d7824e9a7e35d94157d02e674bc322166da2359 | |
parent | 35a84670973ce98848a67fdcd7615e5090d50d0a [diff] |
[Auto-disable Accessibility] Add histograms and info logging to AccessibilityState This CL updates some logging from verbose to info, and adds some histograms to track the overall performance of the AccessibilityState. This set of histograms would have given signals as early warning signs to the recent P0 "recreate" issue. The histograms will also provide useful data going forward about timing of the AccessibilityState code. Low-Coverage-Reason: Log.i lines do not need tests. We do not have a way to fake the OS temporarily having mismatched a11y states without creating flakiness. Will continue to explore in follow-up CL. AX-Relnotes: N/A Bug: 1430202, b/265493191 Change-Id: If5568127da6af6200bc04f46d7d2736ed42bac6a Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4944673 Reviewed-by: Evan Liu <evliu@google.com> Reviewed-by: Theresa Sullivan <twellington@chromium.org> Commit-Queue: Mark Schillaci <mschillaci@google.com> Auto-Submit: Mark Schillaci <mschillaci@google.com> Cr-Commit-Position: refs/heads/main@{#1212940}
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.