commit | 58de426202406937df1218cc976a638160ba72c6 | [log] [tgz] |
---|---|---|
author | Chris Phoenix <cphoenix@google.com> | Sat Jan 21 04:25:16 2017 +0000 |
committer | Android (Google) Code Review <android-gerrit@google.com> | Sat Jan 21 04:25:16 2017 +0000 |
tree | 7516c364fa8f5014894d155bf62130ba5c1b59a9 | |
parent | 6c75987eeb2209aa326385983e6dfcacd010b1c7 [diff] | |
parent | 99a5c4a7f12b87b55641f6b4604942b66ab746b0 [diff] |
Merge "Fix HAL name in LOG_TAG string"
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>