Loading services/core/java/com/android/server/pm/StagingManager.java +20 −13 Original line number Diff line number Diff line Loading @@ -1059,6 +1059,7 @@ public class StagingManager { onPreRebootVerificationComplete(session); return; } try { switch (msg.what) { case MSG_PRE_REBOOT_VERIFICATION_START: handlePreRebootVerification_Start(session); Loading @@ -1073,6 +1074,12 @@ public class StagingManager { handlePreRebootVerification_End(session); break; } } catch (Exception e) { Slog.e(TAG, "Pre-reboot verification failed due to unhandled exception", e); onPreRebootVerificationFailure(session, SessionInfo.STAGED_SESSION_ACTIVATION_FAILED, "Pre-reboot verification failed due to unhandled exception: " + e); } } // Notify the handler that system is ready, and reschedule the pre-reboot verifications. Loading Loading
services/core/java/com/android/server/pm/StagingManager.java +20 −13 Original line number Diff line number Diff line Loading @@ -1059,6 +1059,7 @@ public class StagingManager { onPreRebootVerificationComplete(session); return; } try { switch (msg.what) { case MSG_PRE_REBOOT_VERIFICATION_START: handlePreRebootVerification_Start(session); Loading @@ -1073,6 +1074,12 @@ public class StagingManager { handlePreRebootVerification_End(session); break; } } catch (Exception e) { Slog.e(TAG, "Pre-reboot verification failed due to unhandled exception", e); onPreRebootVerificationFailure(session, SessionInfo.STAGED_SESSION_ACTIVATION_FAILED, "Pre-reboot verification failed due to unhandled exception: " + e); } } // Notify the handler that system is ready, and reschedule the pre-reboot verifications. Loading