Fixed bug where "DCI_NUMA" was missing from debug channel names (dotnet/coreclr#21454...
authorOded Hanson <odhanson@microsoft.com>
Mon, 10 Dec 2018 09:49:39 +0000 (11:49 +0200)
committerJan Vorlicek <janvorli@microsoft.com>
Mon, 10 Dec 2018 09:49:39 +0000 (10:49 +0100)
commited2cc54aa48d49d6b8c5ea4ba8039f2c94b5206c
treeac2c20e621fa26e4e3db175b1b9fc744249b5093
parent9cbcf9eea3953d06967ec321e36d64d553c33992
Fixed bug where "DCI_NUMA" was missing from debug channel names (dotnet/coreclr#21454) (dotnet/coreclr#21457)

In additional to adding "DCI_NUMA" to dbg_channel_names, a static assertion was added to verify that  dbg_channel_names length is valid. Also added some comments to help developpers not to forget to add corresponding entries in dbg_channel_names.

FIxes dotnet/coreclr#21454

Commit migrated from https://github.com/dotnet/coreclr/commit/9a59c40788d55aeb187df2319cd4450fdb01b6f9
src/coreclr/src/pal/src/include/pal/dbgmsg.h
src/coreclr/src/pal/src/misc/dbgmsg.cpp