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

Commit 0dbe4e59 authored by Automerger Merge Worker's avatar Automerger Merge Worker Committed by Android (Google) Code Review
Browse files

Merge "Merge "Lower error if diskstats cache file not found" into rvc-dev am:...

Merge "Merge "Lower error if diskstats cache file not found" into rvc-dev am: 494b541a am: 2d9361b0" into rvc-d1-dev-plus-aosp
parents 3932974d 8b1ea9dd
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -2187,7 +2187,7 @@ public class StatsPullAtomService extends SystemService {
                pulledData.add(e);
            }
        } catch (IOException | JSONException e) {
            Slog.e(TAG, "exception reading diskstats cache file", e);
            Slog.w(TAG, "Unable to read diskstats cache file within pullAppSize");
            return StatsManager.PULL_SKIP;
        }
        return StatsManager.PULL_SUCCESS;
@@ -2291,7 +2291,7 @@ public class StatsPullAtomService extends SystemService {
                    .build();
            pulledData.add(e);
        } catch (IOException | JSONException e) {
            Slog.e(TAG, "exception reading diskstats cache file", e);
            Slog.w(TAG, "Unable to read diskstats cache file within pullCategorySize");
            return StatsManager.PULL_SKIP;
        }
        return StatsManager.PULL_SUCCESS;