mirror of
https://gitee.com/openharmony/security_huks
synced 2025-02-17 00:18:05 +00:00
修改打点事件名称
Signed-off-by: zhangwenzhi <zhangwenzhi3@huawei.com>
This commit is contained in:
parent
4ceefb5d9c
commit
4337a2023a
@ -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}
|
||||
|
@ -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";
|
||||
|
Loading…
x
Reference in New Issue
Block a user