commit | 9fcda2ed6f5650e7743afa2f390cf4be81bf57cb | [log] [tgz] |
---|---|---|
author | Igor <igorcov@chromium.org> | Tue Jan 16 13:14:30 2024 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Tue Jan 16 13:14:30 2024 |
tree | 002d37078db14157997c15236936e3086dc4e7a7 | |
parent | 586dd2c667c7b30136a1bc49c3fc83e10c7d3c48 [diff] |
Avoid recovery if the device settings load succeeded on boot On device boot, the device settings are loaded synchronously before checking the EnrollmentConfig. This allows us to check again if the enrollment recovery is marked properly. In this change we add an extra-check on boot after the device is marked as requiring recovery to check again on device settings. The UMA will allow us to identify if such cases happen and also to see if serial_number missing cases are happening. BUG=b:231677312 TEST=Manual test on device Change-Id: Ic093d6e6f83e8d304ce199649031db49257d17aa Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5172670 Code-Coverage: findit-for-me@appspot.gserviceaccount.com <findit-for-me@appspot.gserviceaccount.com> Reviewed-by: Alexander Hendrich <hendrich@chromium.org> Commit-Queue: Igor <igorcov@chromium.org> Cr-Commit-Position: refs/heads/main@{#1247472}
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.