mirror of
https://gitee.com/openharmony/arkcompiler_ets_runtime
synced 2025-02-17 10:18:13 +00:00
Description:DFX hiloh/hitrace部件名整改
issues:https://gitee.com/openharmony/arkcompiler_ets_runtime/issues/I7EWAG Signed-off-by: wangben001 <wangben23@huawei.com>
This commit is contained in:
parent
49aa690e51
commit
456a5c82e5
@ -23,8 +23,8 @@
|
||||
"deps": {
|
||||
"components": [
|
||||
"faultloggerd",
|
||||
"hitrace_native",
|
||||
"hiviewdfx_hilog_native",
|
||||
"hitrace",
|
||||
"hilog",
|
||||
"runtime_core",
|
||||
"c_utils"
|
||||
],
|
||||
|
@ -85,10 +85,10 @@ if (enable_dump_in_faultlog) {
|
||||
hiviewdfx_ext_deps += [ "faultloggerd:libfaultloggerd" ]
|
||||
}
|
||||
if (enable_bytrace) {
|
||||
hiviewdfx_ext_deps += [ "hitrace_native:hitrace_meter" ]
|
||||
hiviewdfx_ext_deps += [ "hitrace:hitrace_meter" ]
|
||||
}
|
||||
if (enable_hitrace) {
|
||||
hiviewdfx_ext_deps += [ "hitrace_native:libhitracechain" ]
|
||||
hiviewdfx_ext_deps += [ "hitrace:libhitracechain" ]
|
||||
}
|
||||
if (enable_hilog) {
|
||||
if (is_mingw) {
|
||||
@ -96,7 +96,7 @@ if (enable_hilog) {
|
||||
} else if (is_mac) {
|
||||
hiviewdfx_deps += [ "$hilog_root:libhilog_mac" ]
|
||||
} else if (is_ohos) {
|
||||
hiviewdfx_ext_deps += [ "hiviewdfx_hilog_native:libhilog" ]
|
||||
hiviewdfx_ext_deps += [ "hilog:libhilog" ]
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user