description: "Initialize GL context and GraphicBufferAllocater init on renderThread preload. This improves app startup time for apps using GL."
description: "Preload GL context on renderThread preload. This improves app startup time for apps using GL."
bug: "383612849"
}
@@ -188,3 +188,11 @@ flag {
purpose: PURPOSE_BUGFIX
}
}
flag {
name: "early_preinit_buffer_allocator"
namespace: "core_graphics"
description: "Initialize GraphicBufferAllocater on ViewRootImpl init, to avoid blocking on init during buffer allocation, improving app launch latency."