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

Commit 799eead4 authored by Christian Wailes's avatar Christian Wailes Committed by Android (Google) Code Review
Browse files

Merge "Enabled the USAP Pool by default."

parents 4a9d758b 0f7bce31
Loading
Loading
Loading
Loading
+4 −2
Original line number Diff line number Diff line
@@ -77,9 +77,11 @@ public class ZygoteProcess {
    private static final String LOG_TAG = "ZygoteProcess";

    /**
     * The default value for enabling the unspecialized app process (USAP) pool.
     * The default value for enabling the unspecialized app process (USAP) pool.  This value will
     * not be used if the devices has a DeviceConfig profile pushed to it that contains a value for
     * this key.
     */
    private static final String USAP_POOL_ENABLED_DEFAULT = "false";
    private static final String USAP_POOL_ENABLED_DEFAULT = "true";

    /**
     * The name of the socket used to communicate with the primary zygote.