From f9067fb8560533b5d0f3357a509f249c73cd8d3b Mon Sep 17 00:00:00 2001 From: Cooper Date: Thu, 11 Sep 2025 12:05:09 +0800 Subject: [PATCH] =?UTF-8?q?Arkts1.2=E6=95=B4=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Cooper --- api/@ohos.faultLogger.d.ts | 3 +++ 1 file changed, 3 insertions(+) diff --git a/api/@ohos.faultLogger.d.ts b/api/@ohos.faultLogger.d.ts index bc1af1ad5a..8710a77540 100644 --- a/api/@ohos.faultLogger.d.ts +++ b/api/@ohos.faultLogger.d.ts @@ -38,6 +38,7 @@ declare namespace FaultLogger { * @syscap SystemCapability.HiviewDFX.Hiview.FaultLogger * @since 8 * @deprecated since 18 + * @useinstead ohos.hiviewdfx.hiAppEvent/hiAppEvent.event */ enum FaultType { /** @@ -102,6 +103,7 @@ declare namespace FaultLogger { * @syscap SystemCapability.HiviewDFX.Hiview.FaultLogger * @since 9 * @deprecated since 18 + * @useinstead ohos.hiviewdfx.hiAppEvent/hiAppEvent#addWatcher */ function query(faultType: FaultType, callback: AsyncCallback>): void; @@ -115,6 +117,7 @@ declare namespace FaultLogger { * @syscap SystemCapability.HiviewDFX.Hiview.FaultLogger * @since 9 * @deprecated since 18 + * @useinstead ohos.hiviewdfx.hiAppEvent/hiAppEvent#addWatcher */ function query(faultType: FaultType): Promise>; -- Gitee