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

Commit 314d3447 authored by Bowgo Tsai's avatar Bowgo Tsai
Browse files

fs_avb_test_util: adding logs for debugging

Bug: 187303962
Test: atest libfs_avb_internal_test
Change-Id: I793d36a05657e661b3dfebc4eb609dde2a7fd3e6
parent 8371ec25
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"