Skip to content
This repository has been archived by the owner on Feb 22, 2022. It is now read-only.
This repository has been archived by the owner on Feb 22, 2022. It is now read-only.

bitmap is already recycle error #15

Closed
@parkwh

Description

I'm not good at English

I will speak briefly.

I had to request the data from the web asynchronously.

And call method.

=> FlipViewController.setSelection()
=> Adapter.getView()
=> ImageManager.load()
=> OnImageLoaded => refreshPage()

[Working thread]

Thread1
=> (A) FlipViewController.setSelection() => ... => (B) ViewDualCards.buildTexture() => (C) Texture.createTexture() => (D) GLUtils.texSubImage2D(..., bitmap);

Thread2
(E) refreshPage() => (F) markForceReload() => (G) UI.recycleBitmap(screenshot);

(AC) => (EG) => (D) bitmap is already recycle error.

thanks

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions