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

Commit ede5855b authored by Treehugger Robot's avatar Treehugger Robot Committed by Automerger Merge Worker
Browse files

Merge "fs_avb_test_util: adding logs for debugging" am: 61668cf1

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

Change-Id: I14741577efa0f4f6fb4a711dbf9f2339b152acac
parents 9beeed39 61668cf1
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"