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

Commit cfb7d090 authored by Mathias Agopian's avatar Mathias Agopian Committed by Android (Google) Code Review
Browse files

Merge "fix dumpsys wording for h/w composer"

parents a8ea6471 fc60b94d
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -176,7 +176,7 @@ void HWComposer::dump(String8& result, char* buffer, size_t SIZE,
                mList->numHwLayers, mList->flags);
        result.append(buffer);
        result.append(
                "    type   |   hints  |   flags  | tr | blend |  format  |     source rectangle      |      crop rectangle       name \n"
                "    type   |   hints  |   flags  | tr | blend |  format  |       source crop         |           frame           name \n"
                "-----------+----------+----------+----+-------+----------+---------------------------+--------------------------------\n");
        //      "  ________ | ________ | ________ | __ | _____ | ________ | [_____,_____,_____,_____] | [_____,_____,_____,_____]
        for (size_t i=0 ; i<mList->numHwLayers ; i++) {