Improve PAL initialization diagnostics (#34136)
authorJan Vorlicek <janvorli@microsoft.com>
Fri, 27 Mar 2020 09:24:04 +0000 (10:24 +0100)
committerGitHub <noreply@github.com>
Fri, 27 Mar 2020 09:24:04 +0000 (10:24 +0100)
commit2dc3d91d6df12a2c35f2a7d87a9175300e60a34d
tree0fdb1dd8b436104cdc4852d71432fe3c3b33069d
parent7d67d17a9f49ad5f365467fcd3bf0d25f2b9349a
Improve PAL initialization diagnostics (#34136)

When PAL initialization fails, most often the error code is just a generic
error code that doesn't help in quick diagnosing of the problem.
This change adds extra error codes that can be used to figure out
which part of PAL initialization has failed.
src/coreclr/src/pal/inc/pal_error.h
src/coreclr/src/pal/src/init/pal.cpp