I have an ANDROID application which reads sensor values and writes them to a .csv file.The file writing runs on a continous thread.The thread is terminated on a button press.Everything is fine but I keep getting an error "QemuSensor:data_poll:len=-1,errorno=9:Bad file number".Anyone has seen it before.
feedback
|
|
Are you testing it on emulator. It may be due the fact that Emulator don't have any sensors. Probably try on a real device and see if the problem persists. | |||
|
feedback
|
|
it happens because you are testing in emulator test in real android device. your code will sure work. | |||
|
feedback
|