Loading sensors/1.0/vts/functional/sensors_hidl_hal_test.cpp +1 −1 Original line number Diff line number Diff line Loading @@ -80,7 +80,7 @@ class SensorsHidlEnvironment : public ::testing::Environment { }; void SensorsHidlEnvironment::SetUp() { sensors = ISensors::getService(false); sensors = ISensors::getService(); ALOGI_IF(sensors, "sensors is not nullptr, %p", sensors.get()); ASSERT_NE(sensors, nullptr); Loading Loading
sensors/1.0/vts/functional/sensors_hidl_hal_test.cpp +1 −1 Original line number Diff line number Diff line Loading @@ -80,7 +80,7 @@ class SensorsHidlEnvironment : public ::testing::Environment { }; void SensorsHidlEnvironment::SetUp() { sensors = ISensors::getService(false); sensors = ISensors::getService(); ALOGI_IF(sensors, "sensors is not nullptr, %p", sensors.get()); ASSERT_NE(sensors, nullptr); Loading