Merge "Change checkpointing retry count to 2" into rvc-dev am: fb7bda9734 am: ecc30c0673
Change-Id: I334bb92734713d569464d5dc1ed90d55a2de18bd
This commit is contained in:
@@ -1246,7 +1246,7 @@ public class StagingManager {
|
||||
try {
|
||||
IStorageManager storageManager = PackageHelper.getStorageManager();
|
||||
if (storageManager.supportsCheckpoint()) {
|
||||
storageManager.startCheckpoint(1);
|
||||
storageManager.startCheckpoint(2);
|
||||
}
|
||||
} catch (Exception e) {
|
||||
// Failed to get hold of StorageManager
|
||||
|
||||
Reference in New Issue
Block a user