Merge "Fix misplaced return in RescueParty" into qt-dev
This commit is contained in:
committed by
Android (Google) Code Review
commit
a47236b5b6
@@ -866,8 +866,8 @@ public class RecoverySystem {
|
||||
if (storageManager.needsCheckpoint()) {
|
||||
Log.i(TAG, "Rescue Party requested wipe. Aborting update instead.");
|
||||
storageManager.abortChanges("rescueparty", false);
|
||||
return;
|
||||
}
|
||||
return;
|
||||
} catch (RemoteException e) {
|
||||
Log.i(TAG, "Failed to handle with checkpointing. Continuing with wipe.");
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user