App Hang on RenderCommandEncoder in iOS
Description
The application experiences a significant hang on iOS devices, particularly observed on iPhone 14 running iOS 14.7.1. The issue occurs in the GrMtlCommandBuffer::getRenderCommandEncoder method and results in the app hanging for at least 2000 ms. This has been consistently reproducible under specific conditions related to graphics rendering.
Version
1.2.3
Steps to reproduce
- Open the app on an iPhone 14 with iOS 14.7.1.
- Navigate to the feature where graphics rendering is intensive.
- Observe the app hang during rendering processes.
Snack, code example, screenshot, or link to a repository
do you have an example where we could reproduce the issue?
i also find one error from sentry, but i need to confirm what cause it.
the problem seems to be sporadic
@JRfan123 I wanted to checkin and see if you still have this issue and at which frequency? I'm quite curious about it.