Changed the json exception
authorj-h.choi <j-h.choi@samsung.com>
Thu, 26 Jan 2023 07:32:39 +0000 (16:32 +0900)
committer조웅석/MDE Lab(SR)/삼성전자 <ws77.cho@samsung.com>
Thu, 26 Jan 2023 07:57:40 +0000 (16:57 +0900)
Change-Id: I87c0c32673b94e62682d13b69b62a29f847f1bfe

NativeLauncher/tool/tac_common.cc

index 2824a37..874b4b8 100644 (file)
@@ -425,7 +425,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;