Vulkan PSO Precaching And LRU Evict

While Enable LRU Evit on Vulkan Android, there is a check crash
check(PSO->LRUFrame != GFrameNumberRenderThread);
Why this happen?How to solve it?
20231207-165220