From a00ecf2b326b2670b9752d9f2eec6df0fa1d2222 Mon Sep 17 00:00:00 2001 From: steven_q Date: Mon, 21 Oct 2024 11:10:50 +0800 Subject: [PATCH] fix sysevent Signed-off-by: steven_q Change-Id: I84b9cac74e8c4790543eece5329c1d7e8375bc69 --- dfx/hisysevent_adapter/account_hisysevent_adapter.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dfx/hisysevent_adapter/account_hisysevent_adapter.cpp b/dfx/hisysevent_adapter/account_hisysevent_adapter.cpp index 004401c4f..4e08612b8 100644 --- a/dfx/hisysevent_adapter/account_hisysevent_adapter.cpp +++ b/dfx/hisysevent_adapter/account_hisysevent_adapter.cpp @@ -135,7 +135,7 @@ void ReportOsAccountLifeCycle(int32_t id, const std::string& operationStr) #ifdef HAS_HISYSEVENT_PART int ret = HiSysEventWrite(HiSysEvent::Domain::ACCOUNT, "OS_ACCOUNT_LIFE_CYCLE", HiSysEvent::EventType::BEHAVIOR, - "ACCOUNT_ID", id, + "ID", id, "OPERATE_TYPE", operationStr); if (ret != 0) { ACCOUNT_LOGE("ret %{public}d, operationStr %{public}s, id %{public}d.",