Skip to content

Screenshot capturing doesn't work with hardware bitmaps. #282

@Laimiux

Description

@Laimiux

Steps to Reproduce the Problem

  1. Use https://github.com/coil-kt/coil to fetch a hardware bitmap.
  2. After shaking, try to capture the screenshot

Expected Behavior

The screenshot should be captured and it should go back to report form.

Actual Behavior

Hides the screenshot button and nothing else happens.

Instabug integration code

        Instabug.Builder(application, "lalala")
            .setInvocationEvents(InstabugInvocationEvent.SHAKE, InstabugInvocationEvent.SCREENSHOT)
            .setConsoleLogState(Feature.State.ENABLED)
            .build()

        Instabug.setWelcomeMessageState(WelcomeMessage.State.DISABLED)
        Instabug.setDebugEnabled(true)
        BugReporting.setShakingThreshold(100)

SDK Version

9.0.5

Android Version

Android 10

Device Model

Pixel 3

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