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

Commit 12baaade authored by Yuchen He's avatar Yuchen He
Browse files

Enable memory dump for Launcher

Bug: 154772063
Change-Id: I3b2bc2e341037746891658f2596999248ec272ef
parent 854deace
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) {