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

Commit 8177bca2 authored by Treehugger Robot's avatar Treehugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Catch AOB exception as it might indicate corrupted packages.xml." into main

parents 64a47858 988917ae
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -3437,7 +3437,7 @@ public final class Settings implements Watchable, Snappable, ResilientAtomicFile
                }

                str.close();
            } catch (IOException | XmlPullParserException e) {
            } catch (IOException | XmlPullParserException | ArrayIndexOutOfBoundsException e) {
                // Remove corrupted file and retry.
                atomicFile.failRead(str, e);