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

Commit 5916c5ce 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

am: c80e433d

Change-Id: I845999386e77fef8672371260d2b98184f455e3f
parents 6363bccf c80e433d
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);