diff --git a/services/sensor/hdi_connection/adapter/v1_0_connection/src/hdi_connection.cpp b/services/sensor/hdi_connection/adapter/v1_0_connection/src/hdi_connection.cpp index 50b2f6b011afd6e1b6591372ea43431f19660308..6b3de1b206975853f24f18a052679ea5f8801311 100644 --- a/services/sensor/hdi_connection/adapter/v1_0_connection/src/hdi_connection.cpp +++ b/services/sensor/hdi_connection/adapter/v1_0_connection/src/hdi_connection.cpp @@ -136,11 +136,11 @@ int32_t HdiConnection::RegisteDataReport(ZReportDataCb cb, sptrUnregister(0); + /* int32_t ret = sensorInterface_->Unregister(0); if (ret < 0) { HiLog::Error(LABEL, "%{public}s failed", __func__); return ret; - } + } */ return ERR_OK; }