提交 58e1fb68 编写于 作者: Z zengyawen

fixed d22a8b7a from https://gitee.com/zengyawen/docs/pulls/14494

update zh-cn/application-dev/reference/apis/js-apis-hidebug.md.
Signed-off-by: Nzengyawen <zengyawen1@huawei.com>
上级 176c88d8
......@@ -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)
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册