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

Commit 258a120a authored by Christopher Tate's avatar Christopher Tate Committed by Android Git Automerger
Browse files

am 4f3cb005: am 9c236001: am a739f0df: Logspam is spam

* commit '4f3cb0054c5ba1283335cb1901c0d74b085d4f33':
  Logspam is spam
parents cc3d6afb 9564b1d2
Loading
Loading
Loading
Loading
+1 −4
Original line number Diff line number Diff line
@@ -11370,15 +11370,12 @@ public class PackageManagerService extends IPackageManager.Stub {
                    if (cur.mPref.mAlways && cur.mPref.mComponent.equals(activity)
                            && cur.mPref.mMatch == (match&IntentFilter.MATCH_CATEGORY_MASK)
                            && cur.mPref.sameSet(set)) {
                        // Setting the preferred activity to what it happens to be already
                        if (DEBUG_PREFERRED) {
                            Slog.i(TAG, "Replacing with same preferred activity "
                                    + cur.mPref.mShortComponent + " for user "
                                    + userId + ":");
                            filter.dump(new LogPrinter(Log.INFO, TAG), "  ");
                        } else {
                            Slog.i(TAG, "Replacing with same preferred activity "
                                    + cur.mPref.mShortComponent + " for user "
                                    + userId);
                        }
                        return;
                    }