-
Notifications
You must be signed in to change notification settings - Fork 533
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[Mono.Android] Remove Mono_UnhandledException lookup (#8618)
We can simplify `JNIEnv.PropagateUncaughtException` by removing the fallback case that would attempt to look for `System.Diagnostics.Debugger.Mono_UnhandledException`. In .NET the `MonodroidRuntime::monodroid_debugger_unhandled_exception` function will always be defined, and `Mono_UnhandledException` appears to no longer exist in .NET. This simplification should also appease our latest set of API scan results that were complaining about missing documentation for `Mono_UnhandledException`.
- Loading branch information
Showing
5 changed files
with
65 additions
and
90 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters