Loading services/appprediction/java/com/android/server/appprediction/AppPredictionPerUserService.java +1 −1 Original line number Diff line number Diff line Loading @@ -219,7 +219,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; Loading Loading
services/appprediction/java/com/android/server/appprediction/AppPredictionPerUserService.java +1 −1 Original line number Diff line number Diff line Loading @@ -219,7 +219,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; Loading