From 7f77fc0f720acb14f8d4dd3bed6fcafd45bc202c Mon Sep 17 00:00:00 2001 From: shawn_he Date: Thu, 28 Apr 2022 09:23:09 +0800 Subject: [PATCH] update docs Signed-off-by: shawn_he --- en/device-dev/subsystems/subsys-dfx-hichecker.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/en/device-dev/subsystems/subsys-dfx-hichecker.md b/en/device-dev/subsystems/subsys-dfx-hichecker.md index e8acb92cc6..afcb93bf9c 100644 --- a/en/device-dev/subsystems/subsys-dfx-hichecker.md +++ b/en/device-dev/subsystems/subsys-dfx-hichecker.md @@ -34,7 +34,7 @@ HiChecker provides the APIs listed in the following table. | NotifySlowProcess(std::string tag) : void | Notifies your application of a slow process so that your application avoids calling it directly in key threads.| | NotifySlowEvent(std::string tag) : void | Notifies your application that event distribution or execution has timed out.| | NotifyAbilityConnectionLeak(Caution caution) : void | Notifies your application that AbilityConnection leakage has occurred.| -| Caution | GetTriggerRule() : uint_64_t | Obtains the rule that triggers the current alarm.| +| GetTriggerRule() : uint_64_t | Obtains the rule that triggers the current alarm.| | GetCautionMsg() : std::string | Obtains the alarm message.| | GetStackTrace() : std::string | Obtains the stack when an alarm is triggered.| -- GitLab