summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorj-h.choi <j-h.choi@samsung.com>2023-01-26 16:32:39 +0900
committerWoongsuk Cho <ws77.cho@samsung.com>2023-01-27 08:23:00 +0900
commit27ec20de85309f5a44cae3e2de09dc46fad42fcb (patch)
treeff7d3c91dd76f50bc94322ba382fc7986c369680
parent77fcd8af53877f077bc39b04afd6d0cb89fee583 (diff)
downloadlauncher-tizen_6.5.tar.gz
launcher-tizen_6.5.tar.bz2
launcher-tizen_6.5.zip
Change-Id: I87c0c32673b94e62682d13b69b62a29f847f1bfe
-rw-r--r--NativeLauncher/tool/tac_common.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/NativeLauncher/tool/tac_common.cc b/NativeLauncher/tool/tac_common.cc
index cea457c..831352a 100644
--- a/NativeLauncher/tool/tac_common.cc
+++ b/NativeLauncher/tool/tac_common.cc
@@ -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;