Jonah Williams
Jonah Williams
Currently waiting on order of Samsung Galaxy Note 10 Lite to reproduce.
For _most_ of the issues reported here, I believe this is fixed by disabling Vulkan on certain exynos SoCs. that will cover the Samsung Galaxy Note 10 Lite . https://github.com/flutter/flutter/pull/163265...
2/3/4 are all likely to be exynos devices. I'm not sure about, Gigaset GX290, but https://www.gsmarena.com/the_gigaset_gx290_is_a_rugged_pure_android_phone_with_ip68_rating_6200mah_battery-news-38679.php says its Android 9.0 which does not support Vulkan, unless its been upgrdaed past...
We've also disabled Vulkan on most mediatek SoCs. I believe that will cover every device that has reported a problem in this thread. Only the exynos changes are queued up...
mediatek and exynos changes will be cherry picked in 3.29.2
There is caching for the generated assets, but If I remember the way it works is that the entire bundle is cached as one unit. So its possible that small...
From checking it looks like we're using a max concurrency of 64, which is probably way too high. That number was based on only doing copying during asset transformation, we...
@Albert221 here is a patch to try to see if makes things go a bit faster for you: https://github.com/flutter/flutter/compare/master...jonahwilliams:flutter:lower_transform_limit?expand=1
why is it building correctly in presubmit? maybe there are more changes stacked in master?
We believe that et is reasonably complete at this point and so I am closing this issue to shrink the backlog. If you disagree, feel free to reopen.