Skip to content
New issue

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

13.4.0+ hangs on Android 15 instead of crashing #488

Open
PaulKlauser opened this issue Oct 29, 2024 · 1 comment
Open

13.4.0+ hangs on Android 15 instead of crashing #488

PaulKlauser opened this issue Oct 29, 2024 · 1 comment

Comments

@PaulKlauser
Copy link

PaulKlauser commented Oct 29, 2024

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

@PaulKlauser PaulKlauser changed the title 13.4.1 hangs on Android 15 instead of crashing 13.4.0+ hangs on Android 15 instead of crashing Oct 29, 2024
@PaulKlauser
Copy link
Author

After further investigation, we've confirmed that this is reproducible only on emulators with one CPU core.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant