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

Commit 359e2eef authored by Olivier Gaillard's avatar Olivier Gaillard Committed by Android (Google) Code Review
Browse files

Merge "Set default sampling period to 100."

parents 0d5f5042 c0eadf99
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -59,7 +59,7 @@ import java.util.function.ToDoubleFunction;
public class BinderCallsStats implements BinderInternal.Observer {
    public static final boolean ENABLED_DEFAULT = false;
    public static final boolean DETAILED_TRACKING_DEFAULT = true;
    public static final int PERIODIC_SAMPLING_INTERVAL_DEFAULT = 10;
    public static final int PERIODIC_SAMPLING_INTERVAL_DEFAULT = 100;

    private static final String TAG = "BinderCallsStats";
    private static final int CALL_SESSIONS_POOL_SIZE = 100;