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

Commit 1dc2b718 authored by Linux Build Service Account's avatar Linux Build Service Account
Browse files

Merge 780c256f on remote branch

Change-Id: I971105522b32f9971c174df50ef03909b41190fe
parents 50955cce 780c256f
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1314,7 +1314,7 @@ void HWComposer::dump(String8& result) const {
    }

    if (mHwc && mHwc->dump) {
        const size_t SIZE = 4096;
        const size_t SIZE = 16*1024;
        char buffer[SIZE];
        mHwc->dump(mHwc, buffer, SIZE);
        result.append(buffer);