From 14172b800246d6d401cc3aeaf581c5a1d81150be Mon Sep 17 00:00:00 2001 From: changleipeng Date: Fri, 8 Nov 2024 15:39:20 +0800 Subject: [PATCH] add hisysevent CLOUD_FILE_ACCESS_FAULT Signed-off-by: changleipeng Change-Id: Idfe71f6faa90a97496819768f47550d9ef5f3270 --- hisysevent.yaml | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/hisysevent.yaml b/hisysevent.yaml index 6b9f8e658..6fa403519 100644 --- a/hisysevent.yaml +++ b/hisysevent.yaml @@ -18,4 +18,13 @@ FILE_BACKUP_EVENTS: PROC_NAME: {type: STRING, desc: proc name} BUNDLENAME: {type: STRING, desc: app bundlename} PID: {type: INT32, desc: process id} - TIME: {type: STRING, desc: trigger time} \ No newline at end of file + TIME: {type: STRING, desc: trigger time} + +CLOUD_FILE_ACCESS_FAULT: + __BASE: {type: FAULT, level: CRITICAL, tag: BACKUP, desc: cloud file access fault} + BUNDLE_NAME: {type: STRING, desc: app bundlename} + FAULT_OPERATION: {type: UINT32, desc: fault operation} + FAULT_TYPE: {type: UINT32, desc: fault type} + FAULT_ERROR_CODE: {type: UINT32, desc: fault error code} + FUNCTION_NAME: {type: STRING, desc: function name} + MESSAGE: {type: STRING, desc: message} \ No newline at end of file -- Gitee