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

Commit 617e1139 authored by Jeff Sharkey's avatar Jeff Sharkey
Browse files

Flip feature flag to enable StrictMode defaults.

Test: cts-tradefed run commandAndExit cts-dev -m CtsOsTestCases -t android.os.cts.StrictModeTest
Bug: 68662870
Change-Id: I61178def217521ad413074ece3482f4e60428506
parent 89182980
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -164,7 +164,7 @@ public final class StrictMode {
     * {@link #initThreadDefaults(ApplicationInfo)} and
     * {@link #initVmDefaults(ApplicationInfo)}.
     */
    private static final boolean DISABLE = true;
    private static final boolean DISABLE = false;

    // Only log a duplicate stack trace to the logs every second.
    private static final long MIN_LOG_INTERVAL_MS = 1000;