Closed bmoliveira closed 1 year ago
@bmoliveira can you try with the latest version 1.17.0? We have already fixed this
@bmoliveira Have you tried the latest version? let us know
Sorry for the delay responding, I was on PTO until yesterday, I was finally able to test the update and is working without the warnings.
Thank you for the fix and the responses 🚀
Describe the bug
I started to get the warning that a resource was not being properly closed.
I noticed that a similar bug was reported in the past #55, but it appears that it has resurfaced?
Please provide the following information:
A clear and concise description of what the bug is: A resource is not being closed.
Share the event payload: At initialization time and/or during some random events.
Offer a minimal viable example to reproduce the issue: Check initialization code.
Indicate if the SDK is being initialized or events are being created on a separate thread or coroutine apart from the main thread Initialization on the main thread during
onCreate()
Specify if the issue is specific to a particular device model or OS version: Happening on multiple devices, but I'm doing debug on Pixel 6a with the Android 14 (build UPB4.230623.005)
Include the error's stack trace Check stack trace section
Mention the date when the issue began I'm not certain exactly, but started to debug it today (25/07/2023).
To Reproduce
Stack trace
Expected behavior
Not having resource not closed exceptions.
Screenshots
N/A
Version of the Android SDK
com.rudderstack.android.sdk:core
version1.14.0
Mobile device mode integration
SDK initialisation snippet