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
Hey @gpunto, Thanks for reporting this.
Even if you didn't intialized Instabug yet I can see that you have been called the Instabug.disable() API which it's reasnoable to create some threads. However we will invistage more in the number of the created threads and get back to you soon.
Please note that even without any references to Instabug code (so even without the call to Instabug.disable()) the behavior is the same. I'm guessing the threads are spawned by a content provider when the app is created and are never terminated.
In any case, thanks again, let me know if you need any other info!
Steps to Reproduce the Problem
Expected Behavior
No Instabug thread exists if Instabug is not enabled.
Actual Behavior
Multiple Instabug threads exist. For example:
Instabug integration code
None. Adding an explicit call to
Instabug.disable()
yields the same behavior.SDK Version
12.2.0
Android Version
Any.
Device Model
Any.
Project That Reproduces the Issue
I can upload a project if needed, but it would only contain these changes:
In the build script:
implementation("com.instabug.library:instabug:12.2.0")
In the Activity:
The text was updated successfully, but these errors were encountered: