Skip to content

13.4.0+ hangs on Android 15 instead of crashing #488

@PaulKlauser

Description

@PaulKlauser

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions