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

Commit e5515772 authored by Narayan Kamath's avatar Narayan Kamath
Browse files

Fix a property name that's longer than 31 chars.

The name wasn't chosen without much thought and is intended
to be a temporary fix to keep devices booting while a better
name is decided upon.

bug: 18335678
Change-Id: Ic3451255d870f3395cfbcaa08a7764d93defc350
parent f9c04f17
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -145,7 +145,7 @@ public final class StrictMode {
     * in {@link VmPolicy.Builder#detectAll()}. Apps can still always opt-into
     * detection using {@link VmPolicy.Builder#detectCleartextNetwork()}.
     */
    private static final String CLEARTEXT_PROPERTY = "persist.sys.strictmode.cleartext";
    private static final String CLEARTEXT_PROPERTY = "persist.sys.strictmode.nonssl";

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