Hotfix for "App Not Launch" Issue 46/179246/1 accepted/tizen/unified/20180516.162345 submit/tizen/20180516.132531 submit/tizen/20180516.145812
authorGuneet K <g.khosla@samsung.com>
Wed, 16 May 2018 12:36:30 +0000 (18:06 +0530)
committerGuneet K <g.khosla@samsung.com>
Wed, 16 May 2018 12:36:30 +0000 (18:06 +0530)
This patch removes the initialization of window using
wrt-loader. The initialization of window happens at actual
launch time.

Change-Id: I6e1c16defbf5cf9283184cdc5cf056136e8a555f
Signed-off-by: Guneet K <g.khosla@samsung.com>
runtime/browser/preload_manager.cc

index 53317ae761dd6b866946a07ad6a7077c18a88d4c..fe1cce7ca21259a5da65cb5c8df58951bb4cfa0a 100755 (executable)
@@ -49,7 +49,7 @@ void PreloadManager::CreateCacheComponet() {
       ewk_context_new_with_injected_bundle_path(INJECTED_BUNDLE_PATH);
   context = context;  // To prevent build warning
   cached_window_.reset(new NativeAppWindow());
-  cached_window_->Initialize();
+  //cached_window_->Initialize();
 }
 
 NativeWindow* PreloadManager::GetCachedNativeWindow() {