Add ecore_init() at hydra adopter.loop_brgin callback
authorHyungju Lee <leee.lee@samsung.com>
Mon, 14 Oct 2019 05:59:40 +0000 (14:59 +0900)
committer이형주/Common Platform Lab(SR)/Staff Engineer/삼성전자 <leee.lee@samsung.com>
Mon, 14 Oct 2019 07:15:56 +0000 (16:15 +0900)
Change-Id: I6baa51356d68ea7527e248776a74f4408d2a6489

NativeLauncher/launcher/launcher.cc

index ecb7131..b3b8dc3 100644 (file)
@@ -237,6 +237,7 @@ int LaunchpadAdapterImpl::loaderMain(int argc, char* argv[])
        };
 
        adapter.loop_begin = [](void *data) {
+               ecore_init();
                ecore_main_loop_begin();
        };