commit | 5916c5ce35963cf9f91ac9ffee35d45af8e87639 | [log] [tgz] |
---|---|---|
author | Ruchi Kandoi <kandoiruchi@google.com> | Thu Jan 12 23:28:28 2017 +0000 |
committer | android-build-merger <android-build-merger@google.com> | Thu Jan 12 23:28:28 2017 +0000 |
tree | df34be75a20b6bb1968ab47cac1697a3099df81c | |
parent | 6363bccf8e2a9e030860b6546ab0669b48a1a4bd [diff] | |
parent | c80e433d90737c0a7e6fca67edaf7aa1138d59b5 [diff] |
Update to use the correct logging library. am: 6b6003620b am: 6a06af42fa am: c80e433d90 Change-Id: I845999386e77fef8672371260d2b98184f455e3f
diff --git a/nfc/1.0/vts/functional/nfc_hidl_hal_test.cpp b/nfc/1.0/vts/functional/nfc_hidl_hal_test.cpp index 4d7c557..3e40a9c 100644 --- a/nfc/1.0/vts/functional/nfc_hidl_hal_test.cpp +++ b/nfc/1.0/vts/functional/nfc_hidl_hal_test.cpp
@@ -356,7 +356,7 @@ 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);