Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit d27458f6 authored by Chris Phoenix's avatar Chris Phoenix
Browse files

Remove "false" parameter from getService

Test: None
Change-Id: I281206aa9faa8aa5e5012763f3a489906155bd3e
parent 28952f59
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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);