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

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

Update to use the correct logging library.

am: 6b600362

Change-Id: Ie14012b8b4084ed230531f3eacd9236535c9be3f
parents 7f593e33 6b600362
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);