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

Commit 703420c3 authored by Olivier Gaillard's avatar Olivier Gaillard
Browse files

Enable binder calls stats.

Test: atest BinderCallsStatsTest
Change-Id: Ia82107a44b504a54034993c3f1c7bdea8ac3f64f
parent 9de4d6a3
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -49,7 +49,7 @@ import java.util.function.ToDoubleFunction;
 * per thread, uid or call description.
 */
public class BinderCallsStats implements BinderInternal.Observer {
    public static final boolean ENABLED_DEFAULT = false;
    public static final boolean ENABLED_DEFAULT = true;
    public static final boolean DETAILED_TRACKING_DEFAULT = true;
    public static final int PERIODIC_SAMPLING_INTERVAL_DEFAULT = 100;
    public static final int MAX_BINDER_CALL_STATS_COUNT_DEFAULT = 5000;