Uh oh!
There was an error while loading. Please reload this page.
[Android] Add error code to the assert error message - #80423
Conversation
ghost
commented
Jan 10, 2023
Tagging subscribers to this area: @dotnet/ncl, @vcsjones Issue DetailsThere is a report of a crash when JNI
|
simonrozsival
commented
Jan 10, 2023
/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.
simonrozsival
commented
Jan 16, 2023
/backport to release/7.0 |
Started backporting to release/7.0: https://github.com/dotnet/runtime/actions/runs/3931955733 |
simonrozsival
commented
Jan 16, 2023
/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
AttachCurrentThreadAsDaemonmethod 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 fromAttachCurrentThreadAsDaemonto make diagnosing the error easier.