Remove temporal test code accepted/tizen/unified/20221103.165812
authorWoongsuk Cho <ws77.cho@samsung.com>
Wed, 19 Oct 2022 01:42:25 +0000 (10:42 +0900)
committer조웅석/Common Platform Lab(SR)/삼성전자 <ws77.cho@samsung.com>
Wed, 19 Oct 2022 02:00:26 +0000 (11:00 +0900)
NativeLauncher/launcher/lib/core_runtime.cc

index 815f6b2..b56a4c2 100644 (file)
@@ -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();