Add exception handling in AppInstaller for exception safety 92/50892/3
authorTomasz Iwanek <t.iwanek@samsung.com>
Tue, 3 Nov 2015 08:13:31 +0000 (09:13 +0100)
committerPawel Sikorski <p.sikorski@samsung.com>
Thu, 5 Nov 2015 12:32:26 +0000 (04:32 -0800)
commitcffe1fcdc91affffafaf09575dd7d02852861fa3
tree3fa25b5dcfd23f6cdd1b0fa6c6147afb79d43871
parent2febf9ed97e7c419bb4bde223c12b319cab36daa
Add exception handling in AppInstaller for exception safety

Although app-installer was designed not to throw exceptions
some code may still throw. This is some failure in design that
we have yet allowed exceptions to exist. Anyway,
rollback should work in cases where exception is thrown.

Change-Id: I0dc54154f7c3a29ce0b1f4dc9c0dda1a98cfd32f
src/common/app_installer.cc