commit | 5f05abaee9a5e947b24fc8d6cb20b735ea2027e6 | [log] [tgz] |
---|---|---|
author | Dave Tapuska <dtapuska@chromium.org> | Wed Feb 05 19:14:43 2025 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Wed Feb 05 19:14:43 2025 |
tree | 4f18dfe3071071530f153733e70d9c3f2be7d9a6 | |
parent | f0371fa68b5e9e0330093c1c774fb2d3a549cf2b [diff] |
[ios blink] Replicate stdout/stderr to child process To aid with debugging in the simulator replicate stdout/stderr file handles so that we can receive logging in the parent process. This does not work on the device because the write SWI is blocked (although you can disable the sandbox) to make it work. Bug: 40254930 Change-Id: I3f417b7661c36703464261c9fe0a78c76f8ccf7d Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6235527 Commit-Queue: Dave Tapuska <dtapuska@chromium.org> Reviewed-by: Justin Cohen <justincohen@chromium.org> Cr-Commit-Position: refs/heads/main@{#1416339}
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.