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

Commit 61668cf1 authored by Treehugger Robot's avatar Treehugger Robot Committed by Gerrit Code Review
Browse files

Merge "fs_avb_test_util: adding logs for debugging"

parents 8371ec25 314d3447
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -122,6 +122,7 @@ base::FilePath BaseFsAvbTest::ExtractVBMetaImage(const base::FilePath& image_pat
                                                 const size_t padding_size) {
    VBMetaImage vbmeta_image;
    vbmeta_image.path = test_dir_.Append(output_file_name);
    GTEST_LOG_(INFO) << "ExtractVBMetaImage: " << image_path << " to " << output_file_name;
    EXPECT_COMMAND(0,
                   "avbtool extract_vbmeta_image"
                   " --image %s"