camera and sensor

Signed-off-by: dong-dongzhen <dongshaomin@huawei.com>
This commit is contained in:
dong-dongzhen 2024-04-21 14:09:22 +08:00
parent 1d51ea8cf2
commit f6659b39a7

View File

@ -117,7 +117,7 @@ void HdfSensorHdiTest::TearDownTestCase()
void HdfSensorHdiTest::SetUp()
{
if (g_sensorInterface == nullptr) {
printf("%s: Sensor list is empty", _func_);
printf("Sensor list is empty");
GTEST_SKIP() << "Device not exist" << std::endl;
return;
}