Comment réparer un “SQLiteConnection pour les gms de la base de données” qui a été divulgué

Mon application, qui utilise Google Play Services, a reçu l'avertissement suivant dans le 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.

...mais contrairement à tous les autres cas examinés, mon application n'utilise pas de bases de données,

plutôt, il semble être une fuite à partir d'une base de données de Google Play Services.

Comment pourrait-on résoudre ce problème?

OriginalL'auteur Jo Mo | 2016-12-06