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:58 +0000 (06:15 +0900)
commit6fedf892e2eff755ab1744578717e24bab918b57
treebeae1776c58304dc5a3cf35882ca707ee704cd17
parent8ca7cf631866b42d8886787c7c24177d606db943
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