修改打点事件名称

Signed-off-by: zhangwenzhi <zhangwenzhi3@huawei.com>
This commit is contained in:
CheungVane 2022-12-24 09:56:27 +08:00
parent 4ceefb5d9c
commit 4337a2023a
2 changed files with 2 additions and 2 deletions

View File

@ -14,7 +14,7 @@
domain: HUKS
HUKS_FAULT:
FAULT:
__BASE: {type: FAULT, level: CRITICAL, desc: fault event for huks}
FUNCTION: {type: STRING, desc: function name}
USER_ID: {type: INT32, desc: user id}

View File

@ -22,7 +22,7 @@
using namespace OHOS::HiviewDFX;
static constexpr const char g_eventName[] = "HUKS_FAULT";
static constexpr const char g_eventName[] = "FAULT";
static constexpr const char g_tagFunction[] = "FUNCTION";
static constexpr const char g_tagUserId[] = "USER_ID";
static constexpr const char g_tagProcessUID[] = "PROCESS_UID";