Android SensorManager error in LogCat
问题 I have a problem with the sensor manager and errors in the logcat. When I register the listener with this line : sensorMgr.registerListener(this, sensorMgr.getDefaultSensor(Sensor.TYPE_ACCELEROMETER), SensorManager.SENSOR_DELAY_NORMAL); I recieve theses lines in the logcat with three errors. 06-07 20:52:42.419: D/SensorManager(9215): ====>>>>>Num Sensor: 1 06-07 20:52:42.419: D/SensorManager(9215): ====>>>>>Num Sensor: 2 06-07 20:52:42.419: D/SensorManager(9215): ====>>>>>Num Sensor: 3 06-07