| commit | af14b540ed35ff1acad270701f6d58797b2bc524 | [log] [tgz] |
|---|---|---|
| author | Daniel Soromou <koretadaniel@chromium.org> | Tue Oct 28 20:47:53 2025 |
| committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Tue Oct 28 20:47:53 2025 |
| tree | 96ff6d7cee55dfe329eb57cc119dc4387001ffc5 | |
| parent | ed940234e3245b69a3e37446fa27eba768fb593f [diff] |
Improve download failure logging in InstallerDownloaderModelImpl This change refactors how download failures are logged in `InstallerDownloaderModelImpl`. It introduces a helper function `RecordDownloadInterruptReason` to centralize the logging of download interrupt reasons. The `INTERRUPTED` and `CANCELLED` download states are now handled separately, ensuring that the specific `DownloadInterruptReason` is recorded only when a download is interrupted, not when it's cancelled. Bug: None Change-Id: Ia225405dabdf8615847e97449ec46c9d6493030e Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/7092493 Reviewed-by: Kaan Alsan <alsan@chromium.org> Commit-Queue: Daniel Soromou <koretadaniel@chromium.org> Cr-Commit-Position: refs/heads/main@{#1536860}
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.