commit | 2e10933feb3985d74801130d01201b2e4bde00c0 | [log] [tgz] |
---|---|---|
author | Reilly Grant <reillyg@chromium.org> | Wed Feb 23 21:01:33 2022 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Wed Feb 23 21:01:33 2022 |
tree | d2c730e39293b54d29ff2210bce8f2e5ab4bd681 | |
parent | 9b2f1eb7857e893273f5e44d0d0bdc3b0d12e036 [diff] |
usb: Improve logging of SetupDiGetDeviceProperty failures There are a couple reasons why calls to SetupDiGetDeviceProperty can fail. This change separates the checks for these conditions so that they generate specific failures logs to help diagnosis. Bug: b:220163637 Change-Id: Iee3820a58e0aa6c50c39dc9a8a5123516a3b5fcd Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/3482539 Auto-Submit: Reilly Grant <reillyg@chromium.org> Reviewed-by: Jack Hsieh <chengweih@chromium.org> Commit-Queue: Jack Hsieh <chengweih@chromium.org> Cr-Commit-Position: refs/heads/main@{#974324}
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.