当前位置:   article > 正文

android.database.CursorWindowAllocationException: Cursor window allocation of 2048 kb failed. # Open

android.database.cursorwindowallocationexception: cursor window allocation o

异常提示:

android.database.CursorWindowAllocationException: Cursor window allocation of 2048 kb failed. # Open Cursors=758 (# cursors opened by this proc=758)

原因:

在有些地方,没有关闭cursor

解决方案:

在使用cursor的地方,使用cursor.close();关闭cursor即可

声明:本文内容由网友自发贡献,不代表【wpsshop博客】立场,版权归原作者所有,本站不承担相应法律责任。如您发现有侵权的内容,请联系我们。转载请注明出处:https://www.wpsshop.cn/w/知新_RL/article/detail/341393
推荐阅读
相关标签
  

闽ICP备14008679号