From 6d1d4a8a560f786f34673140f6c010683885c306 Mon Sep 17 00:00:00 2001 From: liuyifei Date: Sat, 4 Nov 2023 17:17:46 +0800 Subject: [PATCH] sdk add hilog callback Signed-off-by: liuyifei --- hiviewdfx/hilog/libhilog.ndk.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/hiviewdfx/hilog/libhilog.ndk.json b/hiviewdfx/hilog/libhilog.ndk.json index f121a608e..2ca6bed2c 100644 --- a/hiviewdfx/hilog/libhilog.ndk.json +++ b/hiviewdfx/hilog/libhilog.ndk.json @@ -4,5 +4,8 @@ }, { "name": "OH_LOG_IsLoggable" + }, + { + "name": "OH_LOG_SetCallback" } ]