Giter Site home page Giter Site logo

Comments (3)

esdebon avatar esdebon commented on June 26, 2024

I just tested with version 50.2.4.4 and the result is the same, it seems that now there is a limit for memory usage that did not exist before.

from adobe-runtime-support.

ajwfrost avatar ajwfrost commented on June 26, 2024

Is this running on a different Android version than before? The messages in that log are showing bitmaps that are being created in order to display text fields, and those are very large text fields! But to render text beyond Android 12 (iirc) we are using the Java Android APIs to create a canvas and draw the text into it, so we have to allocate the appropriate sized canvas in order to ensure it all displays properly.

If you've not got any text fields that are 2880x1335 then we may have another issue..! but it would be best if you're able to use smaller text fields...?

from adobe-runtime-support.

esdebon avatar esdebon commented on June 26, 2024

The app has some years in google play and appstore and has worked. I'm just optimizing the code because it is true that it consumes a lot of memory, but on three devices it works with older versions of the AIR SDK, but not with the last two (50.2.4.3, 50.2.4.4).

The app uses small texts and with those it builds "big" images, the size 2880x1335 is the final canvas size, not a textfield size.

But I insist, on the same devices it does work with older versions of the AIR SDK

from adobe-runtime-support.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.