[enco] Catch internal exceptions in main (#1600)
author박종현/동작제어Lab(SR)/Staff Engineer/삼성전자 <jh1302.park@samsung.com>
Thu, 20 Sep 2018 08:04:51 +0000 (17:04 +0900)
committerGitHub Enterprise <noreply-CODE@samsung.com>
Thu, 20 Sep 2018 08:04:51 +0000 (17:04 +0900)
commit5b08c1715f6612f801edcb2425dfef1bc216dff3
treedab10a2a8c37f92896c37a999583535c2ee2aa07
parentf34c9aa6f13345c8bb361eb9b9066553cf77af72
[enco] Catch internal exceptions in main (#1600)

With this commit, enco-cli now catches internal exceptions from
top-level main, and shows error message.

Note that this change is applied only to Release build. Debug build
remains unchanged to make it easy to check the stack trace on failure.

Signed-off-by: Jonghyun Park <jh1302.park@samsung.com>
contrib/enco/cli/src/Driver.cpp