Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 5b0ad4fd authored by Alessio Balsini's avatar Alessio Balsini Committed by Automerger Merge Worker
Browse files

Merge changes from topic "vab-extended-metrics" into rvc-dev am: 622a727f am: 3476f56b

Change-Id: I3cdf6f5ddf693813060a00a88d6b199ae0284f5d
parents 51b6248e 3476f56b
Loading
Loading
Loading
Loading
+9 −0
Original line number Original line Diff line number Diff line
@@ -8645,6 +8645,15 @@ message UpdateEngineUpdateAttemptReported {
    // system property when the device takes the update. e.g.
    // system property when the device takes the update. e.g.
    // Android/aosp_sailfish/sailfish:10/QP1A.190425.004/5507117:userdebug/test-keys
    // Android/aosp_sailfish/sailfish:10/QP1A.190425.004/5507117:userdebug/test-keys
    optional string source_fingerprint = 8;
    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;
}
}


/**
/**