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

Commit 0f92de37 authored by Yao Chen's avatar Yao Chen Committed by Android (Google) Code Review
Browse files

Merge "Raise the max section size of an incident report to 24 mb"

parents ae05216a 20a0d130
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -31,7 +31,7 @@ namespace os {
namespace incidentd {

const ssize_t BUFFER_SIZE = 16 * 1024;  // 16 KB
const ssize_t MAX_BUFFER_COUNT = 256;   // 4 MB max
const ssize_t MAX_BUFFER_COUNT = 1536;   // 24 MB max

FdBuffer::FdBuffer()
        :mBuffer(new EncodedBuffer(BUFFER_SIZE)),