2016-09-27 10 views
11

Uruchomiłem emulator i otrzymałem następujące błędy dotyczące wycieku pamięci. Interesujące było to, że przeciekająca baza danych wydaje się być z Google gms, a nie z bazy danych użytkowników. Czy ktoś wie jak to naprawić? Dzięki!Bazy danych SQLiteConnection wyciekły podczas pracy z emulatorem

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

Wygląda jak błąd w kodzie "com.google.android.gms' ... –

Odpowiedz

15

Otwórz Ustawienia - Aplikacje - Google Play - Zarządzanie przestrzenią - usunąć wszystkie dane

+1

Po prostu notka, być może trzeba będzie trochę rozejrzeć się na różnych emulatorach. Znalazłem to w sekcji ... Usługi Google Play> Ustawienia> ZARZĄDZAJ SPACE ... w emulatorze Nexus 5X. –

0

To pewnie dlatego, że nie są metodą swojej GoogleApiClient

disconnect() Zobacz here więcej.

Powiązane problemy