summaryrefslogtreecommitdiffstats
path: root/libsensors/MPLSensor.cpp
diff options
context:
space:
mode:
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()