We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Launch included sample app on the Android 15 emulator, tap "Crash" button.
Note: I do not see this issue with 13.3.0.
The app crashes
The app hangs.
The last thing I see in Logcat before it hanging is: "Creating a crash report..."
class App : Application() { override fun onCreate() { super.onCreate() Instabug.Builder( /* application = */ this, /* applicationToken = */ "" ).setSdkDebugLogsLevel(LogLevel.VERBOSE) .build() } }
13.4.1 & 13.4.0
15
Emulator
Instabug.zip
The text was updated successfully, but these errors were encountered:
After further investigation, we've confirmed that this is reproducible only on emulators with one CPU core.
Sorry, something went wrong.
No branches or pull requests
Steps to Reproduce the Problem
Launch included sample app on the Android 15 emulator, tap "Crash" button.
Note: I do not see this issue with 13.3.0.
Expected Behavior
The app crashes
Actual Behavior
The app hangs.
The last thing I see in Logcat before it hanging is: "Creating a crash report..."
Instabug integration code
SDK Version
13.4.1 & 13.4.0
Android Version
15
Device Model
Emulator
Project That Reproduces the Issue
Instabug.zip
The text was updated successfully, but these errors were encountered: