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

Commit e7d9f63e authored by Dmitri Plotnikov's avatar Dmitri Plotnikov Committed by Android (Google) Code Review
Browse files

Merge "Gather more information about the cause of PowerStatsStore failure" into main

parents d04a0606 e08e1d13
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -171,7 +171,7 @@ public class PowerStatsStore {
            try (InputStream inputStream = new BufferedInputStream(new FileInputStream(file))) {
                return PowerStatsSpan.read(inputStream, parser, mSectionReader, sectionTypes);
            } catch (IOException | XmlPullParserException e) {
                Slog.wtf(TAG, "Cannot read PowerStatsSpan file: " + file);
                Slog.wtf(TAG, "Cannot read PowerStatsSpan file: " + file, e);
            }
        } finally {
            unlockStoreDirectory();