来自 Android SQLite 的奇怪错误

发布于 2024-12-10 17:11:44 字数 626 浏览 0 评论 0原文

我在 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

甜味超标? 2024-12-17 17:11:44

您的项目必须使用此 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/

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文