Uh oh!
There was an error while loading. Please reload this page.
[Android] Fix path to ping on Android API 21-27 - #79076
Conversation
ghost
commented
Dec 1, 2022
Tagging subscribers to this area: @dotnet/ncl Issue DetailsThe path to the Ref #78990 /cc @wfurt@steveisok
|
akoeplinger
commented
Dec 22, 2022
@simonrozsival should we backport this? |
simonrozsival
commented
Jan 3, 2023
I didn't think it's worth backporting but now that I've given it another thought I think we should backport it to both .NET 6 and 7. |
simonrozsival
commented
Jan 3, 2023
/backport to release/7.0 |
simonrozsival
commented
Jan 3, 2023
/backport to release/6.0 |
Started backporting to release/7.0: https://github.com/dotnet/runtime/actions/runs/3830538576 |
Started backporting to release/6.0: https://github.com/dotnet/runtime/actions/runs/3830541489 |
The path to the
pingbinary on Android is/system/bin/ping. Newer Androids (API 28+) have a symlink for/bin -> /system/bin, so our CI that runs tests on API 29 didn't catch it.Ref #78990
/cc @wfurt@steveisok