inspect_cow: Dump more header data.
Bug: N/A Test: inspect_cow on COW image Change-Id: I84c126a608b229b0d58102f620d3be65a1f31796
This commit is contained in:
parent
4c68e77b45
commit
2583fe2fda
1 changed files with 2 additions and 0 deletions
|
|
@ -106,6 +106,8 @@ static bool Inspect(const std::string& path, bool silent, bool decompress, bool
|
|||
std::cout << "Header size: " << header.header_size << "\n";
|
||||
std::cout << "Footer size: " << header.footer_size << "\n";
|
||||
std::cout << "Block size: " << header.block_size << "\n";
|
||||
std::cout << "Num merge ops: " << header.num_merge_ops << "\n";
|
||||
std::cout << "RA buffer size: " << header.buffer_size << "\n";
|
||||
std::cout << "\n";
|
||||
if (has_footer) {
|
||||
std::cout << "Total Ops size: " << footer.op.ops_size << "\n";
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue