Merge "Update language to comply with Android's inclusive language guidance" am: b6488ac518

Original change: https://android-review.googlesource.com/c/platform/frameworks/base/+/1375936

Change-Id: I6552529c7fc886725567b0240025eb6bcaa40749
This commit is contained in:
Treehugger Robot
2020-07-29 22:15:26 +00:00
committed by Automerger Merge Worker

View File

@@ -228,7 +228,7 @@ public class AppPredictionPerUserService extends
if (connected) {
synchronized (mLock) {
if (mZombie) {
// Sanity check - shouldn't happen
// Validation check - shouldn't happen
if (mRemoteService == null) {
Slog.w(TAG, "Cannot resurrect sessions because remote service is null");
return;