From 007729857c3a3ae70c1e3ee8c361db74e5d3eefa Mon Sep 17 00:00:00 2001 From: shawn_he Date: Thu, 28 Apr 2022 09:21:45 +0800 Subject: [PATCH] update docs Signed-off-by: shawn_he --- en/device-dev/subsystems/subsys-dfx-hichecker.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/en/device-dev/subsystems/subsys-dfx-hichecker.md b/en/device-dev/subsystems/subsys-dfx-hichecker.md index 708c114ef3..e8acb92cc6 100644 --- a/en/device-dev/subsystems/subsys-dfx-hichecker.md +++ b/en/device-dev/subsystems/subsys-dfx-hichecker.md @@ -20,9 +20,9 @@ HiChecker provides the APIs listed in the following table. **Table 1** HiChecker APIs -| **Class**| **API**| **Description**| -| -------- | -------- | -------- | -| HiChecker | uint_64_t RULE_CAUTION_PRINT_LOG
= 1<<63; | Defines an alarm rule, which is programmed to record a log when an alarm is generated.| +| **API**| **Description**| +| -------- | -------- | +| uint_64_t RULE_CAUTION_PRINT_LOG
= 1<<63; | Defines an alarm rule, which is programmed to record a log when an alarm is generated.| | uint_64_t RULE_CAUTION_TRIGGER_CRASH = 1<<62; | Defines an alarm rule, which is programmed to force the application to exit when an alarm is generated.| | uint_64_t RULE_THREAD_CHECK_SLOW_PROCESS = 1; | Defines a check rule, which is programmed to check whether any time-consuming function is called.| | uint_64_t RULE_CHECK_SLOW_EVENT = 1<<32; | Defines a check rule, which is programmed to check whether the event distribution or processing time has exceeded the specified time threshold.| -- GitLab