运行仿真器时,android – SQLiteConnection数据库泄漏

我正在运行模拟器,并收到以下有关内存泄漏的错误.有趣的是,泄露的数据库似乎是Google gms而不是用户数据库.有谁知道如何解决它?谢谢!
09-27 15:55:07.252 2058-2068/com.google.android.gms W/sqliteConnectionPool: A sqliteConnection object for database '/data/user/0/com.google.android.gms/databases/metrics.db' was leaked!  Please fix your application to end transactions in progress properly and to close the database when it is no longer needed.

09-27 15:55:07.255 2058-2068/com.google.android.gms W/sqliteConnectionPool: A sqliteConnection object for database '/data/user/0/com.google.android.gms/databases/help_responses.db' was leaked!  Please fix your application to end transactions in progress properly and to close the database when it is no longer needed.

09-27 15:55:07.259 2058-2068/com.google.android.gms W/sqliteConnectionPool: A sqliteConnection object for database '/data/user/0/com.google.android.gms/databases/auto_complete_suggestions.db' was leaked!  Please fix your application to end transactions in progress properly and to close the database when it is no longer needed.

解决方法

打开设置 – 应用程序 – Google Play服务 – 管理空间 – 清除所有数据

相关文章

Android性能优化——之控件的优化 前面讲了图像的优化,接下...
前言 上一篇已经讲了如何实现textView中粗字体效果,里面主要...
最近项目重构,涉及到了数据库和文件下载,发现GreenDao这个...
WebView加载页面的两种方式 一、加载网络页面 加载网络页面,...
给APP全局设置字体主要分为两个方面来介绍 一、给原生界面设...
前言 最近UI大牛出了一版新的效果图,按照IOS的效果做的,页...