mirror of
https://github.com/openharmony/miscservices_wallpaper.git
synced 2026-07-01 06:42:05 -04:00
+2
-2
@@ -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:
|
||||
|
||||
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user