Merge changes from topic "vab-extended-metrics" into rvc-dev am: 622a727f9a

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

View File

@@ -8645,6 +8645,15 @@ message UpdateEngineUpdateAttemptReported {
// system property when the device takes the update. e.g.
// Android/aosp_sailfish/sailfish:10/QP1A.190425.004/5507117:userdebug/test-keys
optional string source_fingerprint = 8;
// Size of super partition.
optional int64 super_partition_size_bytes = 9;
// Size of current slot within the super partition.
optional int64 slot_size_bytes = 10;
// Free space available in the super partition.
optional int64 super_free_space_bytes = 11;
}
/**