From a30076404eebbca1d57db95b1b4a993d13d5cc11 Mon Sep 17 00:00:00 2001 From: Yifan Hong Date: Fri, 29 May 2020 15:24:45 -0700 Subject: [PATCH] libsnapshot: proto use correct index Test: pass Bug: 154016862 Change-Id: I845d2250ddb27bdbaee0d54663a2fdb45dbfbd11 --- fs_mgr/libsnapshot/android/snapshot/snapshot.proto | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/fs_mgr/libsnapshot/android/snapshot/snapshot.proto b/fs_mgr/libsnapshot/android/snapshot/snapshot.proto index 587089e76..032813279 100644 --- a/fs_mgr/libsnapshot/android/snapshot/snapshot.proto +++ b/fs_mgr/libsnapshot/android/snapshot/snapshot.proto @@ -132,7 +132,7 @@ message SnapshotUpdateStatus { uint64 metadata_sectors = 4; } -// Next: 2 +// Next: 4 message SnapshotMergeReport { // Status of the update after the merge attempts. UpdateState state = 1; @@ -142,5 +142,5 @@ message SnapshotMergeReport { int32 resume_count = 2; // Total size of all the COW images before the update. - uint64 cow_file_size = 4; + uint64 cow_file_size = 3; }