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

Commit 23873917 authored by Yi Kong's avatar Yi Kong
Browse files

profcollect: increase applaunch trace frequency to 5%

This is to collect more data for the applaunch trace

Change-Id: I767feceb2906a766c1b096433440e71517da72ff
parent ff730565
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -281,7 +281,7 @@ public final class ProfcollectForwardingService extends SystemService {
            if (mIProfcollect == null) {
                return;
            }
            if (Utils.withFrequency("applaunch_trace_freq", 2)) {
            if (Utils.withFrequency("applaunch_trace_freq", 5)) {
                Utils.traceSystem(mIProfcollect, "applaunch");
            }
        }