Add COMPlus_DebugWriteToStdErr=1 to environment.
authorWoongsuk Cho <ws77.cho@samsung.com>
Mon, 25 Feb 2019 09:25:27 +0000 (18:25 +0900)
committer조웅석/Common Platform Lab(SR)/Staff Engineer/삼성전자 <ws77.cho@samsung.com>
Thu, 28 Feb 2019 00:47:46 +0000 (09:47 +0900)
commit01dc9763f4ecedc01b9558f5190f116a345eb07a
tree4371d7923c57edbf6f0f9ea79923d408b8062415
parentfc6c90920d17085aa872f345dd44bf06acf04af2
Add COMPlus_DebugWriteToStdErr=1 to environment.

System.Diagnostics.Debug.WriteLine() function write logs to journalctl which cannot be accessed by 3rd party developer.
To show that logs to dlogutil, add environment value "COMPlus_DebugWriteToStdErr=1".
NativeLauncher/launcher/dotnet/dotnet_launcher.cc