Instabug-Android
Instabug-Android copied to clipboard
In-app feedback and bug reporting tool for apps.
Hi Team, Our android application uses instabug shake event for android app to show popup to submit feedback. So whenever user shake the android device, a popup will appear in...
### Steps to Reproduce the Problem Run lint on Android app using Instabug 11.1.0 ### Expected Behavior No checks failed ### Actual Behavior 2 checks failed Missing resource `` The...
### Steps to Reproduce the Problem I dont know ### Expected Behavior not to crash ### Actual Behavior crashes with stacktraces : `Fatal Exception: java.lang.IllegalArgumentException: No cache exists with this...
### Steps to Reproduce the Problem Create screen shot with Android ### Expected Behavior Should see screenshot ### Actual Behavior Seeing black screen ### Instabug integration code ``` public class...
Hi, it's Joan from @conchalabs. ### Steps to Reproduce the Problem - Open the ConchaLabs app (please share an email so that I can add you to the firebase distribution...
### Steps to Reproduce the Problem Initialize Instabug with strict mode enabled ### Expected Behavior No StrictMode Violation ### Actual Behavior ``` 2021-10-29 09:34:20.215 2652-2667/com.elogames.app.dev D/StrictMode: StrictMode policy violation: android.os.strictmode.LeakedClosableViolation:...
### Steps to Reproduce the Problem **Enable:** 1. Enable Instabug with `InvocationEvents` --> `InstabugInvocationEvent.SHAKE, InstabugInvocationEvent.SCREENSHOT` 2. and shake the device without restarting the device and observe bug-report pop-up won't show...
### Steps to Reproduce the Problem In our app we have a screen with custom view, in which we do quite a lot of operations on bitmaps and drawing them...
### Steps to Reproduce the Problem Integrate Instabug into a project targeting sdkVersion 33 Enable bug reporting invocation by screenshots Take a screenshot ### Expected Behavior The bug reporting flow...
I'm seeing this in the logcat: `Threading violation: {Instabug.getTags} should only be called from a background thread, but was called from main thread.` Which seems to somehow crash the Compose...