-
Notifications
You must be signed in to change notification settings - Fork 5k
[Android] Add error code to the assert error message #80423
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
[Android] Add error code to the assert error message #80423
Conversation
Tagging subscribers to this area: @dotnet/ncl, @vcsjones Issue DetailsThere is a report of a crash when JNI
|
/azp run runtime-android |
Azure Pipelines successfully started running 1 pipeline(s). |
…ble-to-attach-thread-crash
This comment was marked as duplicate.
This comment was marked as duplicate.
/backport to release/7.0 |
Started backporting to release/7.0: https://github.com/dotnet/runtime/actions/runs/3931955733 |
/backport to release/6.0 |
Started backporting to release/6.0: https://github.com/dotnet/runtime/actions/runs/3932028555 |
There is a report of a crash when JNI
AttachCurrentThreadAsDaemon
method is called (#79395). The logs don't contain any relevant information so it's hard to diagnose the root of the problem. We should output the error code returned fromAttachCurrentThreadAsDaemon
to make diagnosing the error easier.