commit | 5841f5ce5ae023bb3e0178b522016b5ad3c91190 | [log] [tgz] |
---|---|---|
author | TreeHugger Robot <treehugger-gerrit@google.com> | Wed Sep 22 14:46:57 2021 +0000 |
committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | Wed Sep 22 14:46:57 2021 +0000 |
tree | 78c9ad937c7374f26fdd4e7c7fed1db189c38787 | |
parent | b070e576fa4d4ad98fadc4a24aba44cb06de3c45 [diff] | |
parent | 13f718c14b5929aa1e46fd552c0d6f130b178779 [diff] |
Merge "libui: Correct the stream format back to decimal in bufferDumpHelper" into sc-v2-dev am: c469011bcf am: 13f718c14b Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/native/+/15819079 Change-Id: I15432a55dd05ca32cfc47fc192659ae9f1656538
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) {