aurum-bootstrap: handle exception from app_main_service API.
authorWonki Kim <wonki_.kim@samsung.com>
Wed, 23 Dec 2020 03:28:05 +0000 (12:28 +0900)
committerWonki Kim <wonki_.kim@samsung.com>
Mon, 11 Jan 2021 12:27:25 +0000 (21:27 +0900)
commit0e7b568fd8609b3afb968ef1ea7befe92307c850
tree290248e1a733d6362becdb3be6c81e4c2da9eacd
parent36b4ef34862831b67a9e16569371d418126250f5
aurum-bootstrap: handle exception from app_main_service API.

static analytics indicates that app_main_service() can throw an exception,
but the exception isn't all that handled properly.
this patch adds a try-catch block to handle that.

Change-Id: I5f9373b419593e29584ae62ba742c0ace1fc2135
org.tizen.aurum-bootstrap/src/BootstrapServer.cc