From 6069e6a7d00c266c36889692e3d0d94776a54aa3 Mon Sep 17 00:00:00 2001 From: wenlong12 Date: Tue, 22 Mar 2022 11:51:29 +0800 Subject: [PATCH] change bytrace SysCap Signed-off-by: wenlong12 Signed-off-by: wenlong12 --- api/@ohos.bytrace.d.ts | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/api/@ohos.bytrace.d.ts b/api/@ohos.bytrace.d.ts index 81b8ffbfad..e1b5a1ccad 100644 --- a/api/@ohos.bytrace.d.ts +++ b/api/@ohos.bytrace.d.ts @@ -36,7 +36,7 @@ * * @deprecated * @since 7 - * @syscap SystemCapability.Developtools.Bytrace + * @syscap SystemCapability.HiviewDFX.HiTrace */ declare namespace bytrace { /** @@ -49,7 +49,7 @@ declare namespace bytrace { * * @deprecated * @since 7 - * @syscap SystemCapability.Developtools.Bytrace + * @syscap SystemCapability.HiviewDFX.HiTrace * @param name Indicates the task name. * @param taskId The unique id used to distinguish the tasks and match with the id in follow finishTrace. * @param expectedTime Indicates the expected time required for completing the task, in milliseconds. @@ -64,7 +64,7 @@ declare namespace bytrace { * * @deprecated * @since 7 - * @syscap SystemCapability.Developtools.Bytrace + * @syscap SystemCapability.HiviewDFX.HiTrace * @param name Indicates the task name. It must be the same whith the {@code name} of startTrace. * @param taskId The unique id used to distinguish the tasks and must be the same whith the . * {@code taskId} of startTrace. @@ -76,7 +76,7 @@ declare namespace bytrace { * * @deprecated * @since 7 - * @syscap SystemCapability.Developtools.Bytrace + * @syscap SystemCapability.HiviewDFX.HiTrace * @param name Indicates the name used to identify the count. * @param count Indicates the number of the count. */