Loading services/appprediction/java/com/android/server/appprediction/AppPredictionPerUserService.java +3 −0 Original line number Diff line number Diff line Loading @@ -267,6 +267,9 @@ public class AppPredictionPerUserService extends mRemoteService.destroy(); mRemoteService = null; synchronized (mLock) { mZombie = true; } mRemoteService = getRemoteServiceLocked(); if (mRemoteService != null) { if (isDebug()) { Loading Loading
services/appprediction/java/com/android/server/appprediction/AppPredictionPerUserService.java +3 −0 Original line number Diff line number Diff line Loading @@ -267,6 +267,9 @@ public class AppPredictionPerUserService extends mRemoteService.destroy(); mRemoteService = null; synchronized (mLock) { mZombie = true; } mRemoteService = getRemoteServiceLocked(); if (mRemoteService != null) { if (isDebug()) { Loading