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

Commit eea8ac0c authored by Song Chun Fan's avatar Song Chun Fan Committed by Android (Google) Code Review
Browse files

Merge "[am] lower the log level for missing application info" into main

parents 3b44bd77 16f56f6f
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -6982,7 +6982,7 @@ public final class ActivityThread extends ClientTransactionHandler
                            }
                        } else {
                            // No package, perhaps it was removed?
                            Slog.e(TAG, "Package [" + packages[i] + "] reported as REPLACED,"
                            Slog.d(TAG, "Package [" + packages[i] + "] reported as REPLACED,"
                                    + " but missing application info. Assuming REMOVED.");
                            mPackages.remove(packages[i]);
                            mResourcePackages.remove(packages[i]);