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

Commit 18926f4e authored by Treehugger Robot's avatar Treehugger Robot Committed by Android (Google) Code Review
Browse files

Merge "viewcapture tracing: use "stall and drop" policy" into main

parents a1325201 a10d528f
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -62,7 +62,7 @@ internal constructor(private val context: Context, executor: Executor) :
        val dataSourceParams =
            DataSourceParams.Builder()
                .setBufferExhaustedPolicy(
                    DataSourceParams.PERFETTO_DS_BUFFER_EXHAUSTED_POLICY_STALL_AND_ABORT
                    DataSourceParams.PERFETTO_DS_BUFFER_EXHAUSTED_POLICY_STALL_AND_DROP
                )
                .setNoFlush(true)
                .setWillNotifyOnStop(false)