SQLite leak without having any class using SQLite

0

Good evening guys,

I'm building an Android app and the last thing I need is to set up the local bank.

I built it but realized that there were errors in memory leak, I thought I had it fixed but the same warnings kept appearing on the console, even when uninstalled the emulator application and commented on all the database classes and their uses (ie nowhere in my app is SQLite used), the following warnings appear:

  

04-04 23: 06: 12.464 2281-2291 / 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 and close the database when it is no longer needed.

This error appears exactly the same for these faces tb:

  

/data/user/0/com.google.android.gms/databases/help_responses.db   /data/user/0/com.google.android.gms/databases/auto_complete_suggestions.db   /data/user/0/com.google.android.gms/databases/metrics.db   /data/user/0/com.google.android.gms/databases/help_responses.db   /data/user/0/com.google.android.gms/databases/auto_complete_suggestions.db   /data/user/0/com.google.android.gms/databases/metrics.db   /data/user/0/com.google.android.gms/databases/help_responses.db   /data/user/0/com.google.android.gms/databases/auto_complete_suggestions.db

Any ideas on what to do to remove these leaks? Especially because EVEN WITHOUT SQLITE they appear: (

    
asked by anonymous 05.04.2017 / 04:21

0 answers