From eeb3eb132b6de96bfadde5b8ba7b27c41cd079d0 Mon Sep 17 00:00:00 2001 From: Far Date: Fri, 12 Sep 2025 20:18:07 +0800 Subject: [PATCH] feat: ArkUI napi interface log with instance id. Signed-off-by: Far --- interfaces/napi/kits/BUILD.gn | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/interfaces/napi/kits/BUILD.gn b/interfaces/napi/kits/BUILD.gn index 78375a7140a..d2fc60a8c90 100644 --- a/interfaces/napi/kits/BUILD.gn +++ b/interfaces/napi/kits/BUILD.gn @@ -43,6 +43,10 @@ config("ace_napi_config") { if (is_mac) { cflags_cc = [ "-O0" ] } + + if (enable_ace_instance_log) { + defines += [ "ACE_INSTANCE_LOG" ] + } } common_targets = [] -- Gitee