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

Commit b4323c69 authored by Richard Uhler's avatar Richard Uhler Committed by Android (Google) Code Review
Browse files

Merge "Log RemoteExceptions from RollbackManager."

parents d046fb26 7c81c3aa
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);
                }
            }