commit | 13f718c14b5929aa1e46fd552c0d6f130b178779 | [log] [tgz] |
---|---|---|
author | TreeHugger Robot <treehugger-gerrit@google.com> | Wed Sep 22 14:37:54 2021 +0000 |
committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | Wed Sep 22 14:37:54 2021 +0000 |
tree | c66121fc18b5dee2c8370dce21b85b01ff04d8f2 | |
parent | 9d703369d74db99f8f7854127139b9f37c18cc67 [diff] | |
parent | c469011bcfc3a0c36000c791f96522a9b3b98705 [diff] |
Merge "libui: Correct the stream format back to decimal in bufferDumpHelper" into sc-v2-dev am: c469011bcf Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/native/+/15819079 Change-Id: I29d1531e90c35c5544e0f80f7637f43ff5f78543
diff --git a/libs/ui/Gralloc4.cpp b/libs/ui/Gralloc4.cpp index 9dc9beb..80f6c82 100644 --- a/libs/ui/Gralloc4.cpp +++ b/libs/ui/Gralloc4.cpp
@@ -939,7 +939,7 @@ << "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) {