Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit d15dacbf authored by Automerger Merge Worker's avatar Automerger Merge Worker
Browse files

Merge changes I8e7936ad,I17c1c5e4 am: a8321100

Change-Id: I090583a0a378dba215c043a35c0d3f29e1ede1df
parents b14abee4 a8321100
Loading
Loading
Loading
Loading
+4 −2
Original line number Diff line number Diff line
@@ -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);
            }
        }

@@ -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);
                }
            }