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

Commit 52b716df authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Don't spam the log during quota calculations."

parents 73a55f75 f59418f2
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -197,7 +197,7 @@ public class CacheQuotaStrategy implements RemoteCallback.OnResultListener {
                                    .setQuota(CacheQuotaHint.QUOTA_NOT_SET)
                                    .build());
                } catch (PackageManager.NameNotFoundException e) {
                    Slog.w(TAG, "Unable to find package for quota calculation", e);
                    // This may happen if an app has a recorded usage, but has been uninstalled.
                    continue;
                }
            }