commit | 2289227fd0d2185e029b6197b1159f306addca75 | [log] [tgz] |
---|---|---|
author | Azeem Arshad <azeemarshad@chromium.org> | Wed Mar 16 19:12:35 2022 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Wed Mar 16 19:12:35 2022 |
tree | 0145216252a902707017855327ca630ef4bf7439 | |
parent | 310d1484ec12f155faf73f1c096771086cc62b0d [diff] |
[CrOSCellular] Add wait for Cellular Device in CellularPolicyHandler eSIM provisioning via policy fails sometimes because the cellular modem is not ready and Cellular device state is not available. This is reproduced by setting policy on admin console while the device is turned off. This causes eSIM installation immediately on boot when device state is not yet ready. This CL fixes this by adding an additional wait for Cellular device state in CellularPolicyHandler so that policy installations are not attempted until a cellular device state is available. TEST: Manually verified that eSIM install on boot doesn't fail on first attempt. Unit-test case was added to cover this. Fixed: b/219989350 Change-Id: I177976173956ac923750557cf4d81b62dcfc0a47 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/3500984 Reviewed-by: Kyle Horimoto <khorimoto@chromium.org> Reviewed-by: Jason Zhang <jiajunz@google.com> Commit-Queue: Azeem Arshad <azeemarshad@chromium.org> Cr-Commit-Position: refs/heads/main@{#981773}
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.