来自 Android SQLite 的奇怪错误
我在 DDMS 中遇到一个奇怪的错误,它出现在无辜的“完成尚未停用或关闭的游标”之后,来自我自己的 DataAdapter(关于下一个问题)
错误:
"Finalizing a Cursor that has not been deactivated or closed. database = /data/data/net.toload.main/databases/lime, table = null, query = SELECT _id, code, code3r, word, score FROM mapping WHERE code3r = '0' AND code ='HTT' ORDER BY cod"
我没有创建任何表我的应用程序中有这样的列!我的本地数据库没有存储在那里... /databases/lime,但这个错误似乎是在我自己的 DataAdapter 发生真正的错误之后发生的。我尝试拉出 Lime.db 文件来读取数据库的内容,但拉出的文件始终为 0 字节,尽管在 DDMS-FileExplorer 上要多得多,现在为 26624 字节。
所以...我想也许 android/google 正在跟踪我的一举一动!并且该应用程序不是在独立的进程中运行...... 无论如何你能解释一下这个错误吗?
I'm getting a weird error in DDMS, it appears just after the innocent "Finalizing a Cursor that has not been deactivated or closed", comming from my own DataAdapter (about that in next question)
Error:
"Finalizing a Cursor that has not been deactivated or closed. database = /data/data/net.toload.main/databases/lime, table = null, query = SELECT _id, code, code3r, word, score FROM mapping WHERE code3r = '0' AND code ='HTT' ORDER BY cod"
I didn't create any tables with such columns in my app! And my localdatabase isn't stored there... /databases/lime, but this error seems to come just after my real error from my own DataAdapter. I tried to pull the lime.db file to read the contents of the database but the pulled file is always of 0 bytes, though on DDMS-FileExplorer is much more, now 26624bytes.
So ... im thinking that maybe android/google is tracking my every move!! and the app doesnt run in a isolated process...
Anyway can you explain this error?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您的项目必须使用此
Lime IME(轻量级输入法编辑器)
:http: //code.google.com/p/limeime/
Your project must be using this
Lime IME (Lightweight Input Method Editor)
:http://code.google.com/p/limeime/