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

Commit 85a395dc authored by Brad Fitzpatrick's avatar Brad Fitzpatrick Committed by Android (Google) Code Review
Browse files

Merge "StrictMode: shut up VM penalty logging on debug builds."

parents 691da62b d188eded
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -706,8 +706,7 @@ public final class StrictMode {
            StrictMode.PENALTY_DROPBOX);
        sVmPolicyMask = StrictMode.DETECT_VM_CURSOR_LEAKS |
                StrictMode.DETECT_VM_CLOSABLE_LEAKS |
                StrictMode.PENALTY_DROPBOX |
                StrictMode.PENALTY_LOG;
                StrictMode.PENALTY_DROPBOX;
        setCloseGuardEnabled(vmClosableObjectLeaksEnabled());
        return true;
    }