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

Commit a14d5b28 authored by Olivier Gaillard's avatar Olivier Gaillard
Browse files

Disable collecting binder call stats by default.

It will help to figure out if calling Binder.getTransactionName has a
performance impact.

Test: manual
Change-Id: I0c9abd2ff3c5255bd67321645dfbf7eda54736bf
parent c3e9c8ba
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 = true;
    public static final boolean ENABLED_DEFAULT = false;
    public static final boolean DETAILED_TRACKING_DEFAULT = true;
    public static final int PERIODIC_SAMPLING_INTERVAL_DEFAULT = 10;