From 2bb492246779cda66e101bf6cb728858444fbb90 Mon Sep 17 00:00:00 2001 From: Woongsuk Cho Date: Wed, 19 Oct 2022 10:42:25 +0900 Subject: [PATCH] Remove temporal test code --- NativeLauncher/launcher/lib/core_runtime.cc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/NativeLauncher/launcher/lib/core_runtime.cc b/NativeLauncher/launcher/lib/core_runtime.cc index 815f6b2..b56a4c2 100644 --- a/NativeLauncher/launcher/lib/core_runtime.cc +++ b/NativeLauncher/launcher/lib/core_runtime.cc @@ -538,12 +538,12 @@ int CoreRuntime::launch(const char* appId, const char* root, const char* path, i _ERR("executable path is null"); return -1; } -#if 0 + if (!isFile(path)) { _ERR("File not exist : %s", path); return -1; } -#endif + // VD has their own signal handler. if (!pluginHasLogControl()) { registerSigHandler(); -- 2.34.1