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

Commit 16f56f6f authored by Song Chun Fan's avatar Song Chun Fan
Browse files

[am] lower the log level for missing application info

Change-Id: I42f5ba12fa57db87f8c94d8f6b0ac664509a2ae1
Test: n/a
BUG: 332377713
parent 0051e657
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]);