Skip to content

Commit 27b6d6a

Browse files
iamimmanuelrajGenkzsz11
authored andcommitted
ActivityThread: Remove Failed to find provider info logspam
03-30 14:21:20.547 2706 2969 W ActivityThread: Failed to find provider info for com.google.android.gsf.gservices (user not unlocked) Signed-off-by: Joey Huab <joey@evolution-x.org>
1 parent 606109c commit 27b6d6a

1 file changed

Lines changed: 0 additions & 5 deletions

File tree

core/java/android/app/ActivityThread.java

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6821,11 +6821,6 @@ public final IContentProvider acquireProvider(
68216821
throw ex.rethrowFromSystemServer();
68226822
}
68236823
if (holder == null) {
6824-
if (UserManager.get(c).isUserUnlocked(userId)) {
6825-
if (DEBUG_MESSAGES) Slog.e(TAG, "Failed to find provider info for " + auth);
6826-
} else {
6827-
if (DEBUG_MESSAGES) Slog.w(TAG, "Failed to find provider info for " + auth + " (user not unlocked)");
6828-
}
68296824
return null;
68306825
}
68316826

0 commit comments

Comments
 (0)