Finalizing a Cursor that has not been deactivated or closed

问题描述:数据库 使用Sqlite数据库时,有时候会报下面的异常: 对象 Finalizing a Cursor that has not been deactivated or closed。生命周期 一个光标没有被停用或者关闭。 it 解决方法:sed 在使用Cursor对象前,调用startManagingCursor()方法,让Activity基于自己的生命周期,来管理Cursor的生命周
相关文章
相关标签/搜索