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

Commit 7bcc302d authored by Automerger Merge Worker's avatar Automerger Merge Worker Committed by Android (Google) Code Review
Browse files

Merge "Merge "Reduce "Failed to find provider info" logspam." into rvc-dev am:...

Merge "Merge "Reduce "Failed to find provider info" logspam." into rvc-dev am: 6a28d69c am: 19459ea5 am: 4a2e25e1" into rvc-qpr-dev-plus-aosp
parents 3bf6fe75 43c6ca17
Loading
Loading
Loading
Loading
+6 −1
Original line number Original line Diff line number Diff line
@@ -123,6 +123,7 @@ import android.os.SystemProperties;
import android.os.TelephonyServiceManager;
import android.os.TelephonyServiceManager;
import android.os.Trace;
import android.os.Trace;
import android.os.UserHandle;
import android.os.UserHandle;
import android.os.UserManager;
import android.permission.IPermissionManager;
import android.permission.IPermissionManager;
import android.provider.BlockedNumberContract;
import android.provider.BlockedNumberContract;
import android.provider.CalendarContract;
import android.provider.CalendarContract;
@@ -6816,7 +6817,11 @@ public final class ActivityThread extends ClientTransactionHandler {
            throw ex.rethrowFromSystemServer();
            throw ex.rethrowFromSystemServer();
        }
        }
        if (holder == null) {
        if (holder == null) {
            if (UserManager.get(c).isUserUnlocked(userId)) {
                Slog.e(TAG, "Failed to find provider info for " + auth);
                Slog.e(TAG, "Failed to find provider info for " + auth);
            } else {
                Slog.w(TAG, "Failed to find provider info for " + auth + " (user not unlocked)");
            }
            return null;
            return null;
        }
        }