This repository was archived by the owner on Oct 9, 2025. It is now read-only.

Description
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
class App : Application() {
override fun onCreate() {
super.onCreate()
Instabug.Builder(
/* application = */ this,
/* applicationToken = */ ""
).setSdkDebugLogsLevel(LogLevel.VERBOSE)
.build()
}
}
SDK Version
13.4.1 & 13.4.0
Android Version
15
Device Model
Emulator
Project That Reproduces the Issue
Instabug.zip