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

Commit 8f7b468e authored by Treehugger Robot's avatar Treehugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Dump OverlayProperties: use decodeStandardOnly" into main

parents 3f6d6cf9 5dfdf144
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -979,7 +979,7 @@ void HWComposer::dumpOverlayProperties(std::string& result) const {
        result.append("    standards=\n");
        for (const auto& standard : combination.standards) {
            base::StringAppendF(&result, "        %s (%d)\n",
                                decodeStandard(static_cast<android_dataspace>(standard)).c_str(),
                                decodeStandardOnly(static_cast<uint32_t>(standard)).c_str(),
                                static_cast<uint32_t>(standard));
        }
        result.append("    transfers=\n");