diff --git a/api/@ohos.hidebug.d.ts b/api/@ohos.hidebug.d.ts index f5e17b220b60315ddedd8758f66fc86027d715ca..687712f77a3a7e9a6db4b7e9fb3b7482ad908dd5 100644 --- a/api/@ohos.hidebug.d.ts +++ b/api/@ohos.hidebug.d.ts @@ -124,11 +124,11 @@ declare namespace hidebug { /** * Get a debugging dump of a system service by service id. - * Not for use by third-party applications for permission. * * @param serviceid Indicates the id of the service ability. * @return - sa dumped file name return. * @since 9 + * @permission ohos.permission.DUMP * @syscap SystemCapability.HiviewDFX.HiProfiler.HiDebug */ function getServiceDump(serviceid : number) : string;