Loading core/java/android/os/ZygoteProcess.java +4 −2 Original line number Diff line number Diff line Loading @@ -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. Loading Loading
core/java/android/os/ZygoteProcess.java +4 −2 Original line number Diff line number Diff line Loading @@ -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. Loading