-
Notifications
You must be signed in to change notification settings - Fork 39
Open
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
Metadata
Metadata
Assignees
Labels
No labels