commit | fd04ff03c46e61bbc8a2ba9bad308847a1dcce7b | [log] [tgz] |
---|---|---|
author | Nikhil Nayunigari <nikhilcn@google.com> | Wed Jun 28 18:58:21 2023 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Wed Jun 28 18:58:21 2023 |
tree | 8f46c1cc4fe30eb48c01a62367ac6bc7db905f85 | |
parent | 4df5e8252dc7c0f35105a255b1ff52c48cc3863b [diff] |
[CrOS Cellular] Capturing the empty messages case in eSIM installation With the current code, we emit Unknown error if the error code in dbus response is empty or doesn't match any of the known hermes error codes. This causes any empty error code cases to be classified as unknown errors. With this change, we are capturing cases where there is no error code returned and use that data to root cause those in the platform layer. Bug: b/289239432 Change-Id: I96873eab2977168584c83a25934bf6ce1876d5ec Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4652234 Reviewed-by: Jason Zhang <jiajunz@google.com> Reviewed-by: Regan Hsu <hsuregan@chromium.org> Commit-Queue: Nikhil Nayunigari <nikhilcn@google.com> Cr-Commit-Position: refs/heads/main@{#1163708}
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.