From 0bc2592e6413d7e9bb8af1db7862f39d65815924 Mon Sep 17 00:00:00 2001 From: xuyong Date: Tue, 15 Feb 2022 16:24:42 +0800 Subject: [PATCH] =?UTF-8?q?HiTrace=20JS=20=E6=8E=A5=E5=8F=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: xuyong --- zh-cn/application-dev/reference/apis/js-apis-hitracechain.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zh-cn/application-dev/reference/apis/js-apis-hitracechain.md b/zh-cn/application-dev/reference/apis/js-apis-hitracechain.md index ca0fcee258..57f77ebed7 100644 --- a/zh-cn/application-dev/reference/apis/js-apis-hitracechain.md +++ b/zh-cn/application-dev/reference/apis/js-apis-hitracechain.md @@ -24,7 +24,7 @@ SystemCapability.HiviewDFX.HiTrace | DONOT_CREATE_SPAN | 1 << 1 | 无分支标志 | | TP_INFO | 1 << 2 | 埋点标志 | | NO_BE_INFO | 1 << 3 | 无起始结束标志 | -| DONOT_ENABLE_LOG | 1 << 4 | 日志关联标志 | +| DISABLE_LOG | 1 << 4 | 日志关联标志 | | FAILURE_TRIGGER | 1 << 5 | 故障触发标志 | | D2D_TP_INFO | 1 << 6 | 设备间埋点标志 | -- GitLab