Skip to content

Commit

Permalink
ActivityThread: Remove Failed to find provider info logspam
Browse files Browse the repository at this point in the history
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 <[email protected]>
  • Loading branch information
iamimmanuelraj authored and Genkzsz11 committed Apr 6, 2021
1 parent 606109c commit 27b6d6a
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions core/java/android/app/ActivityThread.java
Original file line number Diff line number Diff line change
Expand Up @@ -6821,11 +6821,6 @@ public final IContentProvider acquireProvider(
throw ex.rethrowFromSystemServer();
}
if (holder == null) {
if (UserManager.get(c).isUserUnlocked(userId)) {
if (DEBUG_MESSAGES) Slog.e(TAG, "Failed to find provider info for " + auth);
} else {
if (DEBUG_MESSAGES) Slog.w(TAG, "Failed to find provider info for " + auth + " (user not unlocked)");
}
return null;
}

Expand Down

0 comments on commit 27b6d6a

Please sign in to comment.