任何想法“ERROR/QemuSensors(13441): data__poll: len=-1, errno=9: Bad file number”
我有一个 ANDROID 应用程序,它读取传感器值并将其写入 .csv 文件。文件写入在连续线程上运行。按下按钮即可终止线程。一切都很好,但我不断收到错误“QemuSensor :data_poll:len=-1,errorno=9:错误的文件号”。任何人都见过它。
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.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
发生这种情况是因为您正在真实的 Android 设备中的模拟器测试中进行测试。
你的代码一定会工作的。
it happens because you are testing in emulator test in real android device.
your code will sure work.