From 839d3ea085087a223cd180b5956937bcf007c882 Mon Sep 17 00:00:00 2001 From: liupeng298 Date: Tue, 6 Dec 2022 07:46:19 +0000 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=EF=BC=9A=E5=A2=9E=E5=8A=A0?= =?UTF-8?q?=E2=80=98=E5=BF=85=E5=A1=AB=E2=80=99=E5=88=97?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: liupeng298 --- .../reference/apis/js-apis-faultLogger.md | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/zh-cn/application-dev/reference/apis/js-apis-faultLogger.md b/zh-cn/application-dev/reference/apis/js-apis-faultLogger.md index 1534e378c5..45ea5abaab 100644 --- a/zh-cn/application-dev/reference/apis/js-apis-faultLogger.md +++ b/zh-cn/application-dev/reference/apis/js-apis-faultLogger.md @@ -27,16 +27,16 @@ import faultLogger from '@ohos.faultLogger' **系统能力:** SystemCapability.HiviewDFX.Hiview.FaultLogger -| 名称 | 类型 | 说明 | +| 名称 | 类型 | 必填 | 说明 | | -------- | -------- | -------- | -| pid | number | 故障进程的进程id | -| uid | number | 故障进程的用户id | -| type | [FaultType](#faulttype) | 故障类型 | -| timestamp | number | 日志生成时的秒级时间戳 | -| reason | string | 发生故障的原因 | -| module | string | 发生故障的模块 | -| summary | string | 故障的概要 | -| fullLog | string | 故障日志全文 | +| pid | number | 必填 | 故障进程的进程id | +| uid | number | 必填 | 故障进程的用户id | +| type | [FaultType](#faulttype) | 必填 | 故障类型 | +| timestamp | number | 必填 | 日志生成时的秒级时间戳 | +| reason | string | 必填 | 发生故障的原因 | +| module | string | 必填 | 发生故障的模块 | +| summary | string | 必填 | 故障的概要 | +| fullLog | string | 必填 | 故障日志全文 | ## faultLogger.querySelfFaultLog(deprecated) -- GitLab