call ecore_init() in the CoreRuntime constructor.
authorWoongsuk Cho <ws77.cho@samsung.com>
Thu, 26 Mar 2020 03:40:20 +0000 (12:40 +0900)
committer조웅석/Common Platform Lab(SR)/Principal Engineer/삼성전자 <ws77.cho@samsung.com>
Thu, 26 Mar 2020 21:15:25 +0000 (06:15 +0900)
commitd31dd71a0a72bcf3d95bb635d6598d1b874a0752
treebeae1776c58304dc5a3cf35882ca707ee704cd17
parent7df865b91029628164fd6db239b527922a551edf
call ecore_init() in the CoreRuntime constructor.

ecore_init() must called before CoreRuntime initialization.
But, sometimes, calling ecore_init() is missed by mistake.
In order to prevent this mistake, call ecore_init() in the constructor of CoreRuntime.
NativeLauncher/launcher/dotnet/dotnet_launcher.cc
NativeLauncher/launcher/main.cc