2016-09-27 58 views
11

エミュレータを実行していて、メモリリークに関する以下のエラーが発生しました。興味深いのは、漏れているデータベースがユーザデータベースではなくGoogleのgmsであると思われることです。誰もそれを修正する方法を知っていますか?ありがとう!エミュレータを実行しているときにSQLiteConnectionデータベースがリークします

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. 
+0

'com.google.android.gms'コードのエラーのようです... –

答えて

15

オープン設定 - アプリ - Googleがサービスを再生 - SPACEを管理 - すべてのデータクリア

+1

別のエミュレータでちょっと調べてみる必要があるかもしれません。 Nexus 5XエミュレータでGoogle Playサービス>設定>管理スペース...の下に見つかりました。 –

0

あなたはより多くのを参照してくださいhereあなたGoogleApiClient

disconnect()方法を使用していないので、それはおそらくです。

関連する問題