diff --git a/services/src/sensor_service.cpp b/services/src/sensor_service.cpp index 1be04a9dd14fedc73764f7cad5b0dec5ca204312..4421dc6c8f07b6c566d6d99607f0c1f69e7637a7 100644 --- a/services/src/sensor_service.cpp +++ b/services/src/sensor_service.cpp @@ -216,7 +216,7 @@ void SensorService::ReportSensorSysEvent(int32_t sensorId, bool enable, int32_t sensorId, pid, samplingPeriodNs, maxReportDelayNs); } else { HiSysEventWrite(HiSysEvent::Domain::SENSOR, "DISABLE_SENSOR", HiSysEvent::EventType::STATISTIC, - "LEVEL", logLevel, "PKG_NAME", packageName, "TYPE", sensorId, "UID", uid, "PID", pid); + "LEVEL", logLevel, "TYPE", sensorId, "PKG_NAME", packageName, "UID", uid, "PID", pid); SEN_HILOGI("PackageName:%{public}s close the sensor, sensorId:%{public}d, pid:%{public}d", packageName.c_str(), sensorId, pid); }