You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Our app keep on sending alerts about ui hangs, which seems to be related to Rive.
We're using Sentry's app hangs alert, and wanted to check this with you, as this alert when raised in our code, exposed misuse of main thread, that was pretty easy to resolve (heavy logic that happened on main thread by mistake).
This is how our main thread's call stack looks like:
This doesn't happen all the time, but just for some cases in production.
My ask here - is there some kind of initialization logic / some other heavy lift, that shouldn't happen on MainThread in this call stack?
Expected behavior
No UI hangs :]
Additional context
More info about Sentry's app hang mechanism can be found here.
The text was updated successfully, but these errors were encountered:
somero
changed the title
Rive causing an app UI hang
Rive causing an app UI hang alert
Jan 16, 2024
Same here, unfortunately. I'm having the exact same issue, which is causing the main thread blocking while scrolling a view that has RiveViewModel.view().
Description
Our app keep on sending alerts about ui hangs, which seems to be related to Rive.
We're using Sentry's app hangs alert, and wanted to check this with you, as this alert when raised in our code, exposed misuse of main thread, that was pretty easy to resolve (heavy logic that happened on main thread by mistake).
This is how our main thread's call stack looks like:
This doesn't happen all the time, but just for some cases in production.
My ask here - is there some kind of initialization logic / some other heavy lift, that shouldn't happen on MainThread in this call stack?
Expected behavior
No UI hangs :]
Additional context
More info about Sentry's app hang mechanism can be found here.
The text was updated successfully, but these errors were encountered: