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

Commit 8222ef5c authored by Mathieu Chartier's avatar Mathieu Chartier Committed by android-build-merger
Browse files

Merge "Enabled the USAP Pool by default." into qt-dev

am: 5d6c8522

Change-Id: If0c01e4fc2887ea1cc3771961c80d672aed723e6
parents c2b0bb35 5d6c8522
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.