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

Commit 3b4c509d authored by Chris Phoenix's avatar Chris Phoenix Committed by Android (Google) Code Review
Browse files

Merge "Remove "false" parameter from getService"

parents 83aee6af d27458f6
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);