commit | 99a5c4a7f12b87b55641f6b4604942b66ab746b0 | [log] [tgz] |
---|---|---|
author | Chris Phoenix <cphoenix@google.com> | Fri Jan 20 19:59:10 2017 -0800 |
committer | Chris Phoenix <cphoenix@google.com> | Fri Jan 20 19:59:10 2017 -0800 |
tree | a429a1cbb8a51910fbc3952094e9b2f4bf11d560 | |
parent | cd912948cf37642400107963c562cf278562c129 [diff] |
Fix HAL name in LOG_TAG string Test: None Change-Id: Idfd59985a97e27e993b3f28f355a6e8c46b59815
diff --git a/sensors/1.0/default/service.cpp b/sensors/1.0/default/service.cpp index 230ead3..f165a45 100644 --- a/sensors/1.0/default/service.cpp +++ b/sensors/1.0/default/service.cpp
@@ -14,7 +14,7 @@ * limitations under the License. */ -#define LOG_TAG "android.hardware.nfc@1.0-service" +#define LOG_TAG "android.hardware.sensors@1.0-service" #include <android/hardware/sensors/1.0/ISensors.h> #include <hidl/LegacySupport.h>