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

Commit c80e433d authored by Ruchi Kandoi's avatar Ruchi Kandoi Committed by android-build-merger
Browse files

Update to use the correct logging library. am: 6b600362

am: 6a06af42

Change-Id: I23433e6ab9ba6fa6c84d5ec99d365e66a56b65eb
parents c8f350ff 6a06af42
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -356,7 +356,7 @@ int main(int argc, char** argv) {
  sleep(5);

  int status = RUN_ALL_TESTS();
  ALOGI("Test result = %d", status);
  LOG(INFO) << "Test result = " << status;

  std::system("svc nfc enable"); /* Turn on NFC */
  sleep(5);