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

Commit 13f718c1 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

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

Change-Id: I29d1531e90c35c5544e0f80f7637f43ff5f78543
parents 9d703369 c469011b
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) {