commit | 8a1c8815d9a8f9d8966776e2b7743c43bc743605 | [log] [tgz] |
---|---|---|
author | Swapnil <swapnilgupta@google.com> | Tue May 11 14:38:45 2021 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Tue May 11 14:38:45 2021 |
tree | 98a8fb45fa7f71360ec24e83799c557bd7a72e84 | |
parent | 9bcf5626b5bef5ccbad2d8bedfe30ba286d5a206 [diff] |
Fix AddErrorCodesToFailureEvent method crash We clear the InstallStageTracker metrics collection after they are reported by ForceInstalledMetrics. This might lead to empty fields and thus causing the crash. Similar bug occurred in crbug.com/1048640 and only the DCHECK for response code was removed. This CL removes DCHECK for the fetch tries. Bug: b/187811088 Change-Id: I1fdbfc864eabbef0e85d63ce29f9ddef7e89440f Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2886885 Reviewed-by: Sergey Poromov <poromov@chromium.org> Commit-Queue: Swapnil Gupta <swapnilgupta@google.com> Cr-Commit-Position: refs/heads/master@{#881535}
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.