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

Commit 0f7bce31 authored by Chris Wailes's avatar Chris Wailes
Browse files

Enabled the USAP Pool by default.

Set the default value for the USAP Pool to true for devices that don't
receive DeviceConfig profiles.

Bug: 128851983
Test: m & boot & check log for USAP creation
Change-Id: Id171336671a4fb8b8ad59c5b0e2e725657361107
parent c6479fd8
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.