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

Commit 0f337ff6 authored by Yifan Hong's avatar Yifan Hong Committed by Automerger Merge Worker
Browse files

Merge "Add compression to dump" am: 2277c27f am: 08302373 am: 7c21af79

Original change: https://android-review.googlesource.com/c/platform/system/core/+/1576926

MUST ONLY BE SUBMITTED BY AUTOMERGER

Change-Id: I63a3223c395907982a18b4dedd8716f8e92c43e2
parents 5d20f8f6 7c21af79
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -3102,7 +3102,8 @@ bool SnapshotManager::Dump(std::ostream& os) {
    std::stringstream ss;

    ss << "Update state: " << ReadUpdateState(file.get()) << std::endl;

    ss << "Compression: " << ReadSnapshotUpdateStatus(file.get()).compression_enabled()
       << std::endl;
    ss << "Current slot: " << device_->GetSlotSuffix() << std::endl;
    ss << "Boot indicator: booting from " << GetCurrentSlot() << " slot" << std::endl;
    ss << "Rollback indicator: "