commit | 8868084e528a9f77ebeee5b4c20416ca9939b471 | [log] [tgz] |
---|---|---|
author | Kenny Root <kroot@google.com> | Tue Jul 23 20:10:12 2013 -0700 |
committer | Kenny Root <kroot@google.com> | Tue Aug 13 14:30:57 2013 -0700 |
tree | 7122ab80ec9cf09c0cbfa64c3b4b66b0d9c36ac9 | |
parent | b975b95b02a5ae8e9e0f909c9ad39d61ba55fed4 [diff] |
Do not initialize SSLSocketFactory too early During Zygote initialization, the class may be preloaded. However we do not want the default instances of SSLSocketFactory initialized, so move those into a holder class so they are only initialized when used. (cherry picked from commit 72017834153711733905dfcf4bfe7b802062692b) Bug: 9984058 Change-Id: Ied901aa97dbbf0f7439f317d21d4b715b5705d96