diff options
author | Chris Phoenix <cphoenix@google.com> | 2017-01-20 19:59:10 -0800 |
---|---|---|
committer | Chris Phoenix <cphoenix@google.com> | 2017-01-20 19:59:10 -0800 |
commit | 99a5c4a7f12b87b55641f6b4604942b66ab746b0 (patch) | |
tree | a429a1cbb8a51910fbc3952094e9b2f4bf11d560 /sensors/1.0/default/service.cpp | |
parent | cd912948cf37642400107963c562cf278562c129 (diff) |
Fix HAL name in LOG_TAG string
Test: None
Change-Id: Idfd59985a97e27e993b3f28f355a6e8c46b59815
Diffstat (limited to 'sensors/1.0/default/service.cpp')
-rw-r--r-- | sensors/1.0/default/service.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sensors/1.0/default/service.cpp b/sensors/1.0/default/service.cpp index 230ead3741..f165a456a7 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> |