Loading core/java/android/os/Message.java +2 −2 Original line number Original line Diff line number Diff line Loading @@ -97,7 +97,7 @@ public final class Message implements Parcelable { private static Message sPool; private static Message sPool; private static int sPoolSize = 0; private static int sPoolSize = 0; private static final int MAX_POOL_SIZE = 10; private static final int MAX_POOL_SIZE = 50; /** /** * Return a new Message instance from the global pool. Allows us to * Return a new Message instance from the global pool. Allows us to Loading Loading
core/java/android/os/Message.java +2 −2 Original line number Original line Diff line number Diff line Loading @@ -97,7 +97,7 @@ public final class Message implements Parcelable { private static Message sPool; private static Message sPool; private static int sPoolSize = 0; private static int sPoolSize = 0; private static final int MAX_POOL_SIZE = 10; private static final int MAX_POOL_SIZE = 50; /** /** * Return a new Message instance from the global pool. Allows us to * Return a new Message instance from the global pool. Allows us to Loading