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

Commit 2b019110 authored by Vishnu Nair's avatar Vishnu Nair
Browse files

SF: Enable continuous transaction tracing on userdebug builds

Test: presubmit
Bug: 200284593
Change-Id: I2e86772c3959ef13f7f336af37ca24350428902a
parent 047fb33d
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -493,7 +493,8 @@ SurfaceFlinger::SurfaceFlinger(Factory& factory) : SurfaceFlinger(factory, SkipI

    enableLatchUnsignaledConfig = getLatchUnsignaledConfig();

    mTransactionTracingEnabled = property_get_bool("debug.sf.enable_transaction_tracing", false);
    mTransactionTracingEnabled =
            !mIsUserBuild && property_get_bool("debug.sf.enable_transaction_tracing", true);
    if (mTransactionTracingEnabled) {
        mTransactionTracing.enable();
    }