mirror of
https://github.com/servo/servo.git
synced 2025-08-16 10:55:34 +01:00
ohos/android: Redirect stdout/stderr to log
sink (#32858)
* ohos: redirect stdout/stderr to logging sink Based on the existing android `redirect_stdout_to_logcat` implementation, but using the safe abstractions from `nix` and dumping to the `log` sink, instead of directly writing the log. Signed-off-by: Jonathan Schwender <jonathan.schwender@huawei.com> * android: Use new shared implementation for logcat redirection. Signed-off-by: Jonathan Schwender <jonathan.schwender@huawei.com> * servoshell: Register cfg(production) Signed-off-by: Jonathan Schwender <jonathan.schwender@huawei.com> * Update ports/servoshell/egl/log.rs Co-authored-by: Martin Robinson <mrobinson@igalia.com> Signed-off-by: Jonathan Schwender <55576758+jschwe@users.noreply.github.com> * Change info! to debug! to match original behavior on android Signed-off-by: Jonathan Schwender <jonathan.schwender@huawei.com> --------- Signed-off-by: Jonathan Schwender <jonathan.schwender@huawei.com> Signed-off-by: Jonathan Schwender <55576758+jschwe@users.noreply.github.com> Co-authored-by: Martin Robinson <mrobinson@igalia.com>
This commit is contained in:
parent
353ceb0ffb
commit
97c84b6127
8 changed files with 127 additions and 93 deletions
|
@ -81,6 +81,7 @@ mime = "0.3.13"
|
|||
mime_guess = "2.0.5"
|
||||
mozangle = "0.5.1"
|
||||
net_traits = { path = "components/shared/net" }
|
||||
nix = "0.29"
|
||||
num-traits = "0.2"
|
||||
num_cpus = "1.1.0"
|
||||
parking_lot = "0.12"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue