Skip to content
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

print errno name #3138

Merged
merged 2 commits into from
May 2, 2024
Merged

Commits on May 2, 2024

  1. Print errno name for posix sockets

    Errno numbers are not consistent across platforms, and it makes it
    confusing when debugging errno tests across plaforms, for example
    ECONNRESET is 108 in Windows kit and 104 in Linux.
    
    b/321999529
    
    Change-Id: Ie46505ea50979446b1ef128d34b6487a304e2d4b
    haozheng-cobalt committed May 2, 2024
    Configuration menu
    Copy the full SHA
    457325e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6f65b90 View commit details
    Browse the repository at this point in the history