OSDN Git Service

Fixed a typo in the runtime_native DeviceConfig namespace.
authorChris Wailes <chriswailes@google.com>
Thu, 21 Feb 2019 19:09:01 +0000 (11:09 -0800)
committerChris Wailes <chriswailes@google.com>
Thu, 21 Feb 2019 22:13:07 +0000 (14:13 -0800)
Bug: 123524494
Bug: 68253328
Test: adb shell device_config put runtime_native blastula_pool_size_min 12
Test: adb shell device_config get runtime_native blastula_pool_size_min
Test: Treehugger
Change-Id: I53c47d43a874159508c92abe6c45498ad5385f53

core/java/android/provider/DeviceConfig.java

index f6a8388..868a36b 100644 (file)
@@ -169,7 +169,7 @@ public final class DeviceConfig {
          *
          * @hide for internal use only
          */
-        String BLASTULA_POOL_SIZE_MIN = "blastula_pool_size_max";
+        String BLASTULA_POOL_SIZE_MIN = "blastula_pool_size_min";
 
         /**
          * The threshold used to determine if the pool should be refilled.