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

Commit 5841f5ce authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Automerger Merge Worker
Browse files

Merge "libui: Correct the stream format back to decimal in bufferDumpHelper"...

Merge "libui: Correct the stream format back to decimal in bufferDumpHelper" into sc-v2-dev am: c469011b am: 13f718c1

Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/native/+/15819079

Change-Id: I15432a55dd05ca32cfc47fc192659ae9f1656538
parents b070e576 13f718c1
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -939,7 +939,7 @@ status_t Gralloc4Mapper::bufferDumpHelper(const BufferDump& bufferDump, std::ost
             << "KiB, w/h:" << width << "x" << height << ", usage: 0x" << std::hex << usage
             << std::dec << ", req fmt:" << static_cast<int32_t>(pixelFormatRequested)
             << ", fourcc/mod:" << pixelFormatFourCC << "/" << pixelFormatModifier
             << ", dataspace: 0x" << std::hex << static_cast<uint32_t>(dataspace)
             << ", dataspace: 0x" << std::hex << static_cast<uint32_t>(dataspace) << std::dec
             << ", compressed: ";

    if (less) {