Changed the json exception accepted/tizen_6.5_unified tizen_6.5 accepted/tizen/6.5/unified/20230203.120628 submit/tizen_6.5/20230126.232819
authorj-h.choi <j-h.choi@samsung.com>
Thu, 26 Jan 2023 07:32:39 +0000 (16:32 +0900)
committerWoongsuk Cho <ws77.cho@samsung.com>
Thu, 26 Jan 2023 23:23:00 +0000 (08:23 +0900)
Change-Id: I87c0c32673b94e62682d13b69b62a29f847f1bfe

NativeLauncher/tool/tac_common.cc

index cea457cc4bd3a82922880166d8cbc22435a0ec58..831352a0264d94457dfdd3c9bf927ab8fb1edbe0 100644 (file)
@@ -420,7 +420,7 @@ std::vector<std::string> depsJsonParser(const std::string& rootPath, const std::
                                ifs.close();
                        }
                }
-       } catch (const Json::LogicError& error) {
+       } catch (const Json::Exception& error) {
                _ERR("Failed to parse Json: %s", error.what());
        }
        return parserData;