Merge "Resurrect app prediciton sessions after destroy and rebind" into rvc-dev am: 103aed340e
Change-Id: I5785722495db8a89541dcb380f2de04310bb4a40
This commit is contained in:
@@ -267,6 +267,9 @@ public class AppPredictionPerUserService extends
|
||||
mRemoteService.destroy();
|
||||
mRemoteService = null;
|
||||
|
||||
synchronized (mLock) {
|
||||
mZombie = true;
|
||||
}
|
||||
mRemoteService = getRemoteServiceLocked();
|
||||
if (mRemoteService != null) {
|
||||
if (isDebug()) {
|
||||
|
||||
Reference in New Issue
Block a user