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

Commit 6b600362 authored by Ruchi Kandoi's avatar Ruchi Kandoi
Browse files

Update to use the correct logging library.

Test: Compiles
Merged-Id: Idb33dea5faaf1a5e54719c2a5a683d2d47e9b8e8
Change-Id: Ib770cbc75bc10a04d93d9370ec341054e3d8dd57
Cherry-picked from f9d30343
parent ae87d5a1
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);