summaryrefslogtreecommitdiffstats
path: root/libsensors/MPLSensor.cpp
diff options
context:
space:
mode:
authorKyle Repinski <repinski23@gmail.com>2015-12-08 03:42:06 -0600
committerZiyan <jaraidaniel@gmail.com>2016-01-17 22:41:00 +0100
commit279fa1241dec2d666d92eec566a6cabfc1ad9f86 (patch)
treee8160418ed6b283386074a816d969916f497ba21 /libsensors/MPLSensor.cpp
parent3f2cb86a83bd0bc394399b7cd52f3db5339dc2d9 (diff)
downloaddevice_samsung_tuna-279fa1241dec2d666d92eec566a6cabfc1ad9f86.zip
device_samsung_tuna-279fa1241dec2d666d92eec566a6cabfc1ad9f86.tar.gz
device_samsung_tuna-279fa1241dec2d666d92eec566a6cabfc1ad9f86.tar.bz2
libsensors: mlsdk: Remove lots of unused cruft.
This alone was enough to cut 16KB off of the mllite.so size.
Diffstat (limited to 'libsensors/MPLSensor.cpp')
-rw-r--r--libsensors/MPLSensor.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/libsensors/MPLSensor.cpp b/libsensors/MPLSensor.cpp
index ed6631c..481676a 100644
--- a/libsensors/MPLSensor.cpp
+++ b/libsensors/MPLSensor.cpp
@@ -84,6 +84,7 @@ void mot_cb_wrapper(uint16_t val)
if (gMPLSensor) {
gMPLSensor->cbOnMotion(val);
}
+ ALOGI("%s: Got motion callback! Value: %hu", __func__, val);
}
void procData_cb_wrapper()