mirror of
https://gitee.com/openharmony/arkcompiler_ets_runtime
synced 2024-11-26 19:50:55 +00:00
Disable hilog for jit measure
Issue: https://gitee.com/openharmony/arkcompiler_ets_runtime/issues/IB60SE?from=project-issue Signed-off-by: zhixin <1757149461@qq.com>
This commit is contained in:
parent
732cc7d079
commit
5f42f3a241
@ -40,6 +40,8 @@ declare_args() {
|
|||||||
|
|
||||||
is_qemu_runtime = false
|
is_qemu_runtime = false
|
||||||
|
|
||||||
|
disable_hilog = false
|
||||||
|
|
||||||
TARGET = "x86_64"
|
TARGET = "x86_64"
|
||||||
HOST_ARCH = 64
|
HOST_ARCH = 64
|
||||||
|
|
||||||
@ -117,8 +119,9 @@ sdk_libc_secshared_config =
|
|||||||
"$ark_third_party_root/bounds_checking_function:libsec_public_config"
|
"$ark_third_party_root/bounds_checking_function:libsec_public_config"
|
||||||
|
|
||||||
# ohos device, windows previewer, mac previewer
|
# ohos device, windows previewer, mac previewer
|
||||||
enable_hilog = !ark_standalone_build && !(defined(is_arkui_x) && is_arkui_x) &&
|
enable_hilog =
|
||||||
(is_ohos || is_mingw || is_mac) && !is_qemu_runtime
|
!ark_standalone_build && !(defined(is_arkui_x) && is_arkui_x) &&
|
||||||
|
(is_ohos || is_mingw || is_mac) && !is_qemu_runtime && !disable_hilog
|
||||||
enable_hisysevent =
|
enable_hisysevent =
|
||||||
!ark_standalone_build && !(defined(is_arkui_x) && is_arkui_x) && is_ohos &&
|
!ark_standalone_build && !(defined(is_arkui_x) && is_arkui_x) && is_ohos &&
|
||||||
is_standard_system && !is_qemu_runtime
|
is_standard_system && !is_qemu_runtime
|
||||||
|
Loading…
Reference in New Issue
Block a user