| commit | 8dc9c16f33fa782928e127c64bc78ca2bc2cefe3 | [log] [tgz] |
|---|---|---|
| author | Joel Hockey <joelhockey@chromium.org> | Tue Jun 11 02:31:13 2024 |
| committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Tue Jun 11 02:31:13 2024 |
| tree | 33994323c7bcf44b4633b733921f3aa61d8877c0 | |
| parent | f13140da6761b85db065586c8fb9b6f1251e9ade [diff] |
Add UMAs for how many apps are installed and uninstalled in PWAM WebApp.Preinstalled.Install WebApp.Preinstalled.UninstallTotalCount WebApp.Preinstalled.UninstallSourceRemovedCount WebApp.Preinstalled.UninstallAppRemovedCount record the number of apps in the SynchronizeInstalledApps() callback install_results and uninstall_results fields. These UMAs allow us to check that no apps are being uinstalled when feature PreinstalledWebAppsCoreOnly is enabled. We expect to see: InstallCount go from roughly 15 (depends on board) to 6 UninstallTotalCount have a 1-off value of roughly 9 then stay at 0 UninstallSourceRemovedCount match UninstallTotalCount UninstallAppRemovedCount always be zero. Any non-zero value indicates an error that apps did not migrate correctly, and have been inadvertently uninstalled. Bug: b/341824938 Change-Id: I77d49f00787a5e1769f91902d91f157ce646fb93 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5595377 Commit-Queue: Joel Hockey <joelhockey@chromium.org> Reviewed-by: Glen Robertson <glenrob@chromium.org> Cr-Commit-Position: refs/heads/main@{#1313201}
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.