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

Commit 37a52a10 authored by Christopher Tate's avatar Christopher Tate Committed by Android Git Automerger
Browse files

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

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