On iOS, avoid catching exceptions to just immediately exit or abort anyway
commit71e6ae827534dee30be14e1dc5afa4dea02b8dfa
authorTor Lillqvist <tml@collabora.com>
Tue, 5 May 2020 16:15:52 +0000 (5 19:15 +0300)
committerAndras Timar <andras.timar@collabora.com>
Thu, 7 May 2020 05:08:25 +0000 (7 07:08 +0200)
treeb9d0f4428a8b9201248f40ca2aa8c7a471886a9d
parent0f7f3ede6699df09be5b0d9d24818cf1fbbaf6f6
On iOS, avoid catching exceptions to just immediately exit or abort anyway

It is better to let the exception be uncaught and then catch that in
the debugger. (Maybe even inspect its backtrace from a crash dump
automatically sent from an end-user device.)

Change-Id: Ice02d5cbd7f4a59eae7ce8a9fac47dec8b234a5e
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/93505
Tested-by: Jenkins CollaboraOffice <jenkinscollaboraoffice@gmail.com>
Reviewed-by: Tor Lillqvist <tml@collabora.com>
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/93601
Tested-by: Jenkins
Reviewed-by: Andras Timar <andras.timar@collabora.com>
desktop/source/app/app.cxx
vcl/source/app/salusereventlist.cxx