Closed lossposs closed 1 week ago
Does it happen more than once or only happened once?
Just one time. On Friday, October 18th, 2024 at 10:57, Daniel Micay @.***> wrote:
Does it happen more than once or only happened once?
— Reply to this email directly, view it on GitHub, or unsubscribe. You are receiving this because you authored the thread.Message ID: @.***>
We'll just leave it for upstream to address then. ANRs are more common than crashes and typically just from something being done on the main thread when it should be done elsewhere to avoid blocking the UI rather than it really permanently stalling. It doesn't show a crash but rather taking too long to handle input. You have dev options enabled and it could be caused by one of those.
Copy that. Crashes ad ANRs are rare, not an issue. These recents were triggered by switching to Alpha chanel and as you mentioned Dev settings. Both are not my common case and were implied of curiocity to check out the new 15 os. Thank you for support.
On Friday, October 18th, 2024 at 11:10, Daniel Micay @.***> wrote:
We'll just leave it for upstream to address then. ANRs are more common than crashes and typically just from something being done on the main thread when it should be done elsewhere to avoid blocking the UI rather than it really permanently stalling. It doesn't show a crash but rather taking too long to handle input. You have dev options enabled and it could be caused by one of those.
— Reply to this email directly, view it on GitHub, or unsubscribe. You are receiving this because you authored the thread.Message ID: @.***>