Loading services/core/java/com/android/server/stats/pull/StatsPullAtomService.java +2 −2 Original line number Diff line number Diff line Loading @@ -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; Loading Loading @@ -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; Loading Loading
services/core/java/com/android/server/stats/pull/StatsPullAtomService.java +2 −2 Original line number Diff line number Diff line Loading @@ -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; Loading Loading @@ -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; Loading