[CB-463] added accuracy checking to native accel implementation, this way getCurrentAcceleration returns fairly accurate results

This commit is contained in:
Fil Maj 2012-05-14 15:21:41 -07:00
parent df89d33fab
commit 531efe1e30

View File

@ -237,6 +237,7 @@ public class AccelListener extends Plugin implements SensorEventListener {
if (this.status == AccelListener.STOPPED) {
return;
}
Log.d("ACCEL", "accuracy is now " + accuracy);
this.accuracy = accuracy;
}