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

Commit e62737e2 authored by Vishnu Nair's avatar Vishnu Nair Committed by Android (Google) Code Review
Browse files

Merge "Make SurfaceFlinger tracing synchronous by default"

parents 9a77ae3f 49353773
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -85,7 +85,7 @@ private:
    std::unique_ptr<Runner> runner;

    struct Config {
        uint32_t flags = TRACE_CRITICAL | TRACE_INPUT;
        uint32_t flags = TRACE_CRITICAL | TRACE_INPUT | TRACE_SYNC;
        size_t bufferSize = DEFAULT_BUFFER_SIZE;
    } mConfig;