Gotta catch 'em all (TizenPlatformConfig::Exception) 71/110671/12
authorKrzysztof Jackiewicz <k.jackiewicz@samsung.com>
Fri, 29 Sep 2017 10:56:03 +0000 (12:56 +0200)
committerRafal Krypa <r.krypa@samsung.com>
Fri, 13 Oct 2017 16:14:49 +0000 (18:14 +0200)
commitccc3630a0a12706eabc398ca972dffea1cb65fdb
tree7007370d1288944d3f77e54410531a05b81f462d
parent63fc0d6226416f407b2e9069c8568108b05d188e
Gotta catch 'em all (TizenPlatformConfig::Exception)

There are still several places in code where TizenPlatformConfig::Exception is
thrown and unhandled. Missing catches added. Code refactored to avoid throwing
exceptions during global data initialization.

Change-Id: I6ae7bda10152c33fff9fcaa6c98b23222a1aeb81
12 files changed:
src/client/client-offline.cpp
src/client/include/client-offline.h
src/common/CMakeLists.txt
src/common/file-lock.cpp
src/common/include/file-lock.h
src/common/include/privilege_db.h
src/common/include/service-file-locker.h [new file with mode: 0644]
src/common/privilege_db.cpp
src/common/service-file-locker.cpp [new file with mode: 0644]
src/common/service_impl.cpp
src/common/smack-rules.cpp
src/server/main/server-main.cpp