Loading services/core/java/com/android/server/pm/StagingManager.java +4 −2 Original line number Diff line number Diff line Loading @@ -443,7 +443,8 @@ public class StagingManager { try { rm.notifyStagedApkSession(originalSession.sessionId, apkSession.sessionId); } catch (RemoteException re) { // Cannot happen, the rollback manager is in the same process. Slog.e(TAG, "Failed to notifyStagedApkSession for session: " + originalSession.sessionId, re); } } Loading Loading @@ -856,7 +857,8 @@ public class StagingManager { + session.sessionId); } } catch (RemoteException re) { // Cannot happen, the rollback manager is in the same process. Slog.e(TAG, "Failed to notifyStagedSession for session: " + session.sessionId, re); } } Loading Loading
services/core/java/com/android/server/pm/StagingManager.java +4 −2 Original line number Diff line number Diff line Loading @@ -443,7 +443,8 @@ public class StagingManager { try { rm.notifyStagedApkSession(originalSession.sessionId, apkSession.sessionId); } catch (RemoteException re) { // Cannot happen, the rollback manager is in the same process. Slog.e(TAG, "Failed to notifyStagedApkSession for session: " + originalSession.sessionId, re); } } Loading Loading @@ -856,7 +857,8 @@ public class StagingManager { + session.sessionId); } } catch (RemoteException re) { // Cannot happen, the rollback manager is in the same process. Slog.e(TAG, "Failed to notifyStagedSession for session: " + session.sessionId, re); } } Loading