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 1534e378c585b37c110aadc783018518f05453ac..45ea5abaab70dfdf4cdfeefc4d505d7c8ef8e680 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)