SQLiteConnection databases leak when running emulator

前端 未结 2 1447
清酒与你
清酒与你 2021-01-17 14:55

I was running the emulator and received the following errors about memory leak. It was interesting that the leaking database seems to be of the Google gms instead of a user

相关标签:
2条回答
  • 2021-01-17 15:35

    It's probably because you aren't using the disconnect() method of your GoogleApiClient

    See here for more.

    0 讨论(0)
  • 2021-01-17 15:38

    Open Settings - Apps - Google Play Services - MANAGE SPACE - CLEAR ALL DATA

    0 讨论(0)
提交回复
热议问题