Merge "Resurrect app prediciton sessions after destroy and rebind" into rvc-dev am: 103aed340e

Change-Id: I5785722495db8a89541dcb380f2de04310bb4a40
This commit is contained in:
TreeHugger Robot
2020-05-15 02:09:50 +00:00
committed by Automerger Merge Worker

View File

@@ -267,6 +267,9 @@ public class AppPredictionPerUserService extends
mRemoteService.destroy();
mRemoteService = null;
synchronized (mLock) {
mZombie = true;
}
mRemoteService = getRemoteServiceLocked();
if (mRemoteService != null) {
if (isDebug()) {