Merge "Change checkpointing retry count to 2" into rvc-dev am: fb7bda9734
Change-Id: Ibd135e03f03f2b37cd6d5b2ccec5932fc03274a3
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