-
Notifications
You must be signed in to change notification settings - Fork 538
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Try..catch - exceptions are not catched when AOT is enabled #3480
Comments
Additionaly on devices with Android 5 with turned on AOT compilation, we've also issues with Chromecast. Following exception is throwed:
|
@jonathanpeppers @joj @jonpryor |
Any progress on this issue ? |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Steps to Reproduce
/p:AotAssemblies=true /p:EnableLLVM=true
Problem occurs not on every device, usually on older ones. Error occurred for example on following devices:
samsung SM-N7505
samsung SM-G900F
samsung SM-N910F
samsung SM-J510FQ
samsung SM-J120H
samsung SM-J320H
samsung SM-N900
samsung SM-N910C
condor PGN518
HUAWEI HUAWEI TIT-U02
samsung SM-J510H
all of them used architecture armv7l
We've had this part of code from one year. Problem occured after migration to Visual Studio 2019.
Expected Behavior
Exceptions should be handled
Actual Behavior
Catch block is ignored, application is crashing
Version Information
Visual Studio 16.2.0
Xamarin.Android.SDK 9.4.0.51
This is very important to us, because we've very large and complex application and without AOT is very slow.
The text was updated successfully, but these errors were encountered: