Application causes freeze/slowness after using for some time #24706
asaxen5x
started this conversation in
Upgrading from Xamarin
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
We have migrated our app into MAUI.
In Android devices or even in emulator release mode if I use the application for some time it starts getting slow and eventually freezes or crashes. It generally happens when I click on a button, and some operation happens and redirects to another screen.
I tried GC.Collect which prevents application crash but make it app slow.
And OnAppearing of the next page where it should redirects having this below code
checked in Appcenter also but it does not capture this crash or freeze
Can some help to fix
Thanks
Beta Was this translation helpful? Give feedback.
All reactions