Add SetSwitch API to Tizen.Runtime
authorWoongsuk Cho <ws77.cho@samsung.com>
Mon, 6 Sep 2021 00:47:49 +0000 (09:47 +0900)
committer조웅석/Common Platform Lab(SR)/Principal Engineer/삼성전자 <ws77.cho@samsung.com>
Tue, 7 Sep 2021 00:04:27 +0000 (09:04 +0900)
commite5eff53d6cc74d11ccb9fe7418de811d0519c834
tree4be1c8942df0d6d2746a02ad0b15f03757e1e932
parent6c96dd1a1f39303cc613107394a102f1acaf4387
Add SetSwitch API to Tizen.Runtime

MS decided not to show ILOffset info as default in exception info.
To enable that feature, "Switch.System.Diagnostics.StackTrace.ShowILOffsets" switch should be set true.

An internal API for setting app context switch in dotnet-launcher has been added.
And, "Switch.System.Diagnostics.StackTrace.ShowILOffsets" is enabled defaultly.
Managed/Tizen.Runtime/AppSetting.cs [new file with mode: 0644]
NativeLauncher/inc/coreclr_host.h
NativeLauncher/launcher/lib/core_runtime.cc
NativeLauncher/launcher/lib/core_runtime.h