From 4cb86ae430301987698c42cd02a801e8ac905094 Mon Sep 17 00:00:00 2001 From: "dongbosi@huawei.com" Date: Sat, 16 Mar 2024 10:19:27 +0800 Subject: [PATCH] fix the function name of ndkjson Signed-off-by: dongbosi@huawei.com --- hiviewdfx/hidebug/libhidebug.ndk.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/hiviewdfx/hidebug/libhidebug.ndk.json b/hiviewdfx/hidebug/libhidebug.ndk.json index c64c69a16..5569c806d 100644 --- a/hiviewdfx/hidebug/libhidebug.ndk.json +++ b/hiviewdfx/hidebug/libhidebug.ndk.json @@ -29,10 +29,10 @@ }, { "first_introduced": "12", - "name": "OH_HiDebug_StartCaptureAppTrace" + "name": "OH_HiDebug_StartAppTraceCapture" }, { "first_introduced": "12", - "name": "OH_HiDebug_StopCaptureAppTrace" + "name": "OH_HiDebug_StopAppTraceCapture" } ] \ No newline at end of file -- Gitee