summaryrefslogtreecommitdiffstats
path: root/biometrics
diff options
context:
space:
mode:
authorYifan Hong <elsk@google.com>2017-01-31 14:51:37 -0800
committerYifan Hong <elsk@google.com>2017-01-31 14:51:37 -0800
commit2b60a7d5e104847de718adc5a2f8b2f427854999 (patch)
tree755bb7f43052a5ceacf07098d1432e101fb898c3 /biometrics
parent45548ea8463e8a462dc3f1a629ccbe6415aa9c13 (diff)
downloadandroid_hardware_interfaces-2b60a7d5e104847de718adc5a2f8b2f427854999.tar.gz
android_hardware_interfaces-2b60a7d5e104847de718adc5a2f8b2f427854999.tar.bz2
android_hardware_interfaces-2b60a7d5e104847de718adc5a2f8b2f427854999.zip
nit fix: compiler warning for BiometricsFingerprint.cpp
Test: make -j64 compiles without warning Change-Id: Ieb8e9cd081a4e0511031b7a01deb0f7368a9d70e
Diffstat (limited to 'biometrics')
-rw-r--r--biometrics/fingerprint/2.1/default/BiometricsFingerprint.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/biometrics/fingerprint/2.1/default/BiometricsFingerprint.cpp b/biometrics/fingerprint/2.1/default/BiometricsFingerprint.cpp
index 154b7a66b..7f0d00568 100644
--- a/biometrics/fingerprint/2.1/default/BiometricsFingerprint.cpp
+++ b/biometrics/fingerprint/2.1/default/BiometricsFingerprint.cpp
@@ -50,7 +50,7 @@ BiometricsFingerprint::BiometricsFingerprint() : mClientCallback(nullptr), mDevi
}
BiometricsFingerprint::~BiometricsFingerprint() {
- ALOGV(LOG_VERBOSE, LOG_TAG, "~BiometricsFingerprint()\n");
+ ALOGV("~BiometricsFingerprint()");
if (mDevice == nullptr) {
ALOGE("No valid device");
return;