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

Commit e5d196d8 authored by Linux Build Service Account's avatar Linux Build Service Account Committed by Gerrit - the friendly Code Review server
Browse files

Merge "surfaceflinger: Increase SurfaceFlinger dump buffer size to 16k."

parents 7111ceaa 322618c7
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);