SnapshotMergeReported: add retrofit and cow image size am: 2294f39e2a

Change-Id: Ie98eadb19a2f0d005f206b3ebdeca6e9f364af02
This commit is contained in:
Alessio Balsini
2020-05-31 12:28:19 +00:00
committed by Automerger Merge Worker

View File

@@ -4860,6 +4860,14 @@ message SnapshotMergeReported {
// Number of reboots that occurred after issuing and before completing the
// merge of all the snapshot devices.
optional int32 intermediate_reboots = 3;
// The device has been upgraded to Virtual A/B.
optional bool is_vab_retrofit = 4;
// Space that has been temporarily allocated in the /data partition
// containing the dm-snapshot's copy-on-write data generated during a
// Virtual A/B update.
optional int64 cow_file_size_bytes = 5;
}
//////////////////////////////////////////////////////////////////////