commit | 6a06af42fafce675b56478a91da59fd806b57c3a | [log] [tgz] |
---|---|---|
author | Ruchi Kandoi <kandoiruchi@google.com> | Thu Jan 12 23:19:24 2017 +0000 |
committer | android-build-merger <android-build-merger@google.com> | Thu Jan 12 23:19:24 2017 +0000 |
tree | df34be75a20b6bb1968ab47cac1697a3099df81c | |
parent | 7f593e33355e4ec240f2a7de3ac69d1b69684e34 [diff] | |
parent | 6b6003620b733ac619f0e448cfefd5d2330acca8 [diff] |
Update to use the correct logging library. am: 6b6003620b Change-Id: Ie14012b8b4084ed230531f3eacd9236535c9be3f
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);