seedvault-app / seedvault

A backup application for the Android Open Source Project.
1.19k stars 73 forks source link

Tolerate unexpected exceptions in DocumentsStorage and ApkRestore #615

Closed grote closed 4 months ago

grote commented 4 months ago

Normally, it isn't good practice to catch general exceptions, but SAF is throwing all kinds of (even runtime) exceptions and we don't have any crash reporting. So until we have that, better to play things safe.

Fixes #305