Optimise icon management#9643
Conversation
|
been adding tests to potentially cherry pick this PR to release branch, been hitting some compability issues with android OS versions. KitKat and below suffer from a bitmap recycling issue. For now I'm going to turn off recycling for these OS versions. FYI: This is memory consumption with Bitmap recycling: This is consumption without recycling: |
60db535 to
92c9f90
Compare
|
Great improvement.
What was the scenario in this case (how many icons, size...). Wondering if we could estimate an approximate percentage of memory saved by this change for a typical scenario. |
Shown graph is after having executed all the tests from
Memory saved is the same as the memory footprint of the bitmap released. |
92c9f90 to
eda8e5c
Compare
|
@zugaldia could you review this? Would love get this in master so we can kick the tires on it. |


closes #7343