mirror of
https://github.com/servo/servo.git
synced 2025-09-27 15:20:09 +01:00
OHOS: Use new file logger. (#37690)
Hilog 0.2.1 allows us to additionally log to a file. This is sometimes more convinient when benchmarking. Also added the new log domain of `script::dom::console`. Testing: Tested on device. Signed-off-by: Narfinger <Narfinger@users.noreply.github.com>
This commit is contained in:
parent
25a5f079ff
commit
6656a09f8c
5 changed files with 30 additions and 3 deletions
|
@ -87,7 +87,7 @@ backtrace = { workspace = true }
|
|||
[target.'cfg(target_env = "ohos")'.dependencies]
|
||||
env_filter = "0.1.3"
|
||||
euclid = { workspace = true }
|
||||
hilog = "0.2.1"
|
||||
hilog = "0.2.2"
|
||||
# force inprocess until we add multi-process support for ohos
|
||||
ipc-channel = { workspace = true, features = ["force-inprocess"] }
|
||||
napi-derive-ohos = "1.0.4"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue