From f90db85e665d37ac12515b70db531a99fad972fd Mon Sep 17 00:00:00 2001 From: weishaoxiong Date: Mon, 4 Jul 2022 21:54:11 +0800 Subject: [PATCH] Signed-off-by: weishaoxiong feat:dfx --- hisysevent.yaml | 4 ++-- test/unittest/wallpaper_test.cpp | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/hisysevent.yaml b/hisysevent.yaml index b85e230..2171e86 100644 --- a/hisysevent.yaml +++ b/hisysevent.yaml @@ -41,13 +41,13 @@ domain: THEME SERVICE_FAULT: __BASE: {type: FAULT, level: CRITICAL, desc: The event is service fault } - FAULT_TYPE: {type: STRING, desc: fault id } + FAULT_TYPE: {type: INT32, desc: fault id } MODULE_NAME: {type: STRING, desc: module name } ERROR_TYPE: {type: INT32, desc: error type } RUNTIME_FAULT: __BASE: {type: FAULT, level: CRITICAL, desc: The event is runtime fault } - FAULT_TYPE: {type: STRING, desc: fault id } + FAULT_TYPE: {type: INT32, desc: fault id } ERROR_TYPE: {type: INT32, desc: error type } USAGETIME_STATISTIC: diff --git a/test/unittest/wallpaper_test.cpp b/test/unittest/wallpaper_test.cpp index 33ec02c..4038f78 100644 --- a/test/unittest/wallpaper_test.cpp +++ b/test/unittest/wallpaper_test.cpp @@ -452,7 +452,7 @@ HWTEST_F(WallpaperTest, DFX002, TestSize.Level0) */ HWTEST_F(WallpaperTest, DFX003, TestSize.Level0) { - HILOG_INFO("DFX002 ReportUsageTimeStatistic begin"); + HILOG_INFO("DFX003 ReportUsageTimeStatistic begin"); int userId = static_cast(IPCSkeleton::GetCallingUid()); UsageTimeStat timeStat;