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

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

Merge "profcollect: Raise Dex2oat trace frequency to 75%." into main

parents e086b0c1 af67f6e8
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -391,7 +391,7 @@ public final class ProfcollectForwardingService extends SystemService {
    }

    private void traceOnDex2oatStart() {
        if (Utils.withFrequency("dex2oat_trace_freq", 25)) {
        if (Utils.withFrequency("dex2oat_trace_freq", 75)) {
            // Dex2oat could take a while before it starts. Add a short delay before start tracing.
            Utils.traceSystem(sIProfcollect, "dex2oat", /* delayMs */ 1000);
        }