From d22a8b7ada6e9324fb7d53eed48b5d009d4ab04b Mon Sep 17 00:00:00 2001 From: zengyawen Date: Thu, 9 Feb 2023 12:42:38 +0000 Subject: [PATCH] update zh-cn/application-dev/reference/apis/js-apis-hidebug.md. Signed-off-by: zengyawen --- zh-cn/application-dev/reference/apis/js-apis-hidebug.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/zh-cn/application-dev/reference/apis/js-apis-hidebug.md b/zh-cn/application-dev/reference/apis/js-apis-hidebug.md index 72e7c8ffa9..66306729dc 100644 --- a/zh-cn/application-dev/reference/apis/js-apis-hidebug.md +++ b/zh-cn/application-dev/reference/apis/js-apis-hidebug.md @@ -297,7 +297,7 @@ import hidebug from '@ohos.hidebug' try { hidebug.startJsCpuProfiling("cpu_profiling"); - ... + // ... hidebug.stopJsCpuProfiling(); } catch (error) { console.info(error.code) @@ -326,7 +326,7 @@ import hidebug from '@ohos.hidebug' try { hidebug.startJsCpuProfiling("cpu_profiling"); - ... + // ... hidebug.stopJsCpuProfiling(); } catch (error) { console.info(error.code) -- GitLab