From: Woongsuk Cho Date: Wed, 19 Oct 2022 01:42:25 +0000 (+0900) Subject: Remove temporal test code X-Git-Tag: accepted/tizen/unified/20221103.165812^0 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=2bb492246779cda66e101bf6cb728858444fbb90;p=platform%2Fcore%2Fdotnet%2Flauncher.git Remove temporal test code --- 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();