From bc689b9424230b2a193551fc98b3659f0b33251d Mon Sep 17 00:00:00 2001 From: hhl Date: Fri, 20 Jun 2025 19:58:34 +0800 Subject: [PATCH] fix Signed-off-by: hhl --- hiviewdfx/hicollie/libhicollie.ndk.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/hiviewdfx/hicollie/libhicollie.ndk.json b/hiviewdfx/hicollie/libhicollie.ndk.json index 095797ad2..ac1d4faff 100644 --- a/hiviewdfx/hicollie/libhicollie.ndk.json +++ b/hiviewdfx/hicollie/libhicollie.ndk.json @@ -7,6 +7,10 @@ "first_introduced": "12", "name": "OH_HiCollie_Init_JankDetection" }, + { + "first_introduced": "18", + "name": "OH_HiCollie_Init_StuckDetectionWithTimeout" + }, { "first_introduced": "12", "name": "OH_HiCollie_Report" -- Gitee