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

Commit f9b8309c authored by Theodore Dubois's avatar Theodore Dubois Committed by Android (Google) Code Review
Browse files

Merge "Log the exception when parsing settings fails"

parents f8a4152c 77cf1fac
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -1087,6 +1087,7 @@ final class SettingsState {
            parseStateLocked(parser);
            return true;
        } catch (XmlPullParserException | IOException e) {
            Slog.e(LOG_TAG, "parse settings xml failed", e);
            return false;
        } finally {
            IoUtils.closeQuietly(in);