commit | ee73502d705e38988facea0c32cdb410a859bb36 | [log] [tgz] |
---|---|---|
author | Tatsuyuki Ishi <ishitatsuyuki@google.com> | Tue Oct 01 02:20:17 2024 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Tue Oct 01 02:20:17 2024 |
tree | 236023c17d5a08e6dc85a857b586479f3d809290 | |
parent | 9a876c3ac8865a7665dfc8037d53c32bd7cc1e03 [diff] |
android: Sanitize adb device name for device cache If adb connect is used with a Unix domain socket the resulting device name can contain slashes. Sanitize this case to avoid errors complaining about missing parent directories. BUG=b:370373921 TEST=chrome_apk succeeds with slash in device name. Change-Id: I068220f377e4de314e16a2e883936af89277bffc Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5896602 Reviewed-by: Mohamed Heikal <mheikal@chromium.org> Commit-Queue: Junichi Uekawa <uekawa@chromium.org> Auto-Submit: Tatsuyuki Ishi <ishitatsuyuki@google.com> Reviewed-by: Junichi Uekawa <uekawa@chromium.org> Cr-Commit-Position: refs/heads/main@{#1362155}
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.