Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 1f6a8f43 authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Capture all exceptions rather than just IO ones."

parents 95730f7e e4accbe3
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -110,7 +110,7 @@ public class PerformAdbRestoreTask implements Runnable {
            if (MORE_DEBUG) {
                Slog.v(TAG, "Done consuming input tarfile.");
            }
        } catch (IOException e) {
        } catch (Exception e) {
            Slog.e(TAG, "Unable to read restore input");
        } finally {
            try {