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

Commit 97259e18 authored by Vadim Tryshev's avatar Vadim Tryshev Committed by Android (Google) Code Review
Browse files

Merge "Disable strictmode leak detection" into sc-dev

parents fbea50d8 25ebb2d3
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -115,7 +115,6 @@ public abstract class AbstractLauncherUiTest {
        if (TestHelpers.isInLauncherProcess()) {
            StrictMode.VmPolicy.Builder builder =
                    new StrictMode.VmPolicy.Builder()
                            .detectActivityLeaks()
                            .penaltyLog()
                            .penaltyListener(Runnable::run, violation -> {
                                if (sStrictmodeDetectedActivityLeak == null) {