commit | 2d06bfbb495db25782482c76e0801ea0ef495e97 | [log] [tgz] |
---|---|---|
author | Kenny Root <kroot@google.com> | Tue Jul 23 20:10:12 2013 -0700 |
committer | The Android Automerger <android-build@google.com> | Wed Aug 14 20:25:56 2013 -0700 |
tree | 8ad2449ee581d15a30db66a19fa8bb8f6a20af55 | |
parent | afcea7f897b0969bdb2fa91459f76031ab35721c [diff] |
Do not initialize SSLSocketFactory too early DO NOT MERGE 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: I245d3d075c8c3476e9f76579ef7141e447f92011