You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Android Studio Android Studio Ladybug | 2024.2.1 Patch 3 (Build #AI-242.23339.11.2421.12700392, built on November 22, 2024)
Describe the bug
During the build there could be following warnings in the log
A connection to https://***/ was leaked. Did you forget to close a response body? To see where this was allocated, set the OkHttpClient logger level to FINE: Logger.getLogger(OkHttpClient.class.getName()).setLevel(Level.FINE);
Sometimes even two during the build
The text was updated successfully, but these errors were encountered:
I'm unable to see the same log for the sample app. Does this happen every time for you or only in certain conditions?
However, I do see that response.close() is not being explicitly called here, but I'm not sure if this is causing the issue or not. I doubt because the response body is not being read.
Gradle Plugin issue
Describe the bug
During the build there could be following warnings in the log
Sometimes even two during the build
The text was updated successfully, but these errors were encountered: