我的應用程序,它使用谷歌播放服務了「大湄公河次區域數據庫SQLiteConnection」,收到以下警告在logcat的如何修復被泄露
12-06 12:53:58.240 2748-2757/com.google.android.gms W/SQLiteConnectionPool: A SQLiteConnection object for database '/data/data/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.
12-06 12:53:58.240 2748-2757/com.google.android.gms W/SQLiteConnectionPool: A SQLiteConnection object for database '/data/data/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.
12-06 12:53:58.240 2748-2757/com.google.android.gms W/SQLiteConnectionPool: A SQLiteConnection object for database '/data/data/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.
...但不同於所有其他情況在SO討論,我的應用程序不使用任何數據庫,
相反,它似乎是從谷歌播放服務數據庫泄漏。
如何解決這個問題?
進入「設置」後,我看不到「應用程序」,如果我將「應用程序」放入搜索中,我會在「Google服務」中獲得「插件」,而不是「Google Play服務」或「清除所有數據」。請指教:) –
這是用於安卓系統6. 哪個版本是你的? –
我的錯誤,我以爲你的意思是Android Studio中的設置,而你的意思是在設備上。謝謝。 –