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

Commit 14b83c51 authored by Yuchen He's avatar Yuchen He Committed by Android (Google) Code Review
Browse files

Merge "Enable memory dump for Launcher"

parents 18557f39 12baaade
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -116,8 +116,7 @@ public abstract class AbstractLauncherUiTest {
        if (TestHelpers.isInLauncherProcess()) {
            StrictMode.VmPolicy.Builder builder =
                    new StrictMode.VmPolicy.Builder()
// b/154772063
//                            .detectActivityLeaks()
                            .detectActivityLeaks()
                            .penaltyLog()
                            .penaltyListener(Runnable::run, violation -> {
                                if (sStrictmodeDetectedActivityLeak == null) {