Merge "Disable strictmode leak detection" into sc-dev

This commit is contained in:
Vadim Tryshev
2021-04-19 19:52:16 +00:00
committed by Android (Google) Code Review
@@ -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) {