Signed-off-by: weishaoxiong <weishaoxiong1@huawei.com>

feat:dfx
This commit is contained in:
weishaoxiong
2022-07-04 21:54:11 +08:00
parent 30ee473a82
commit f90db85e66
2 changed files with 3 additions and 3 deletions
+2 -2
View File
@@ -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:
+1 -1
View File
@@ -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<int>(IPCSkeleton::GetCallingUid());
UsageTimeStat timeStat;