Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix the preloaded-classes tool for JellyBean. | Elliott Hughes | 2012-05-17 | 1 | -0/+14 |
| | | | | | Bug: 5213043 Change-Id: I8178ca04da0bd72a90244983be5e8ecfbc1b0573 | ||||
* | Update preloaded-classes for Honeycomb. | Jesse Wilson | 2011-01-21 | 1 | -10/+12 |
| | | | | | | | | | | | | | | | | | | | | | We preload classes for two reasons. Classes that are popular can be shared and can increase the number of apps that can be run concurrently. Classes that initialize slowly can be initialized at system boot time by the zygote, decreasing the time to launch a specific app. To select which classes to preload, I exercised Android's built-in apps as well as these apps from Market: ESPN score center, Amazon, Flixster, Twitter, Adobe Reader, Ebay Mobile, Facebook, Solitare (Ken Magic), Barcode Reader, Google Earth and Square. A cycle of launching ~460 (non unique) activities in sequence took 9m35s with the previous preloaded-classes list. The update improves the launch time of the same sequence to 9m27s: the marginal improvement over the previous set of preloaded classes is negligible. http://b/3004763 Change-Id: Ida511ae31eeff6d95d9cb6aacae68b9bb9dd2ebe | ||||
* | Regenerate preloaded classes for Gingerbread. | Jesse Wilson | 2010-10-13 | 2 | -1/+13 |
| | | | | | | | | | | | | Unlike previous releases where the set of classes-to-be-preloaded was generated on a first-generation device (G1 and MyTouch 3G), this round I used a second-generation device, a Nexus One. As a consequence, class loading is faster (win) and fewer classes hit the 1250ms threshold. Instead of sharing classes based on load time alone, classes are now shared based on the number of applications loading them. Change-Id: I18f7aa3e7e6258818871b3968b515c06314371b3 http://b/2546002 | ||||
* | New update of preloaded classes for Froyo. | Jesse Wilson | 2010-02-24 | 4 | -3/+25 |
| | |||||
* | relocate GoogleLoginService | Doug Zongker | 2010-01-21 | 1 | -1/+0 |
| | | | | Change-Id: I79f4ff658ab136adcc54c432db76f34d2de5f6ac | ||||
* | Simplified algorithm used to generate the preloaded-classes list. Generated ↵ | Bob Lee | 2009-08-17 | 14 | -287/+867 |
| | | | | a new preloaded-classes file. | ||||
* | Updated preloaded-classes file. | Bob Lee | 2009-08-11 | 9 | -176/+147 |
| | |||||
* | auto import from //depot/cupcake/@135843 | The Android Open Source Project | 2009-03-03 | 18 | -0/+2211 |
| | |||||
* | auto import from //depot/cupcake/@135843 | The Android Open Source Project | 2009-03-03 | 18 | -2199/+0 |
| | |||||
* | auto import from //depot/cupcake/@132589 | The Android Open Source Project | 2009-03-03 | 1 | -13/+1 |
| | |||||
* | auto import from //depot/cupcake/@137055 | The Android Open Source Project | 2009-03-02 | 1 | -1/+13 |
| | |||||
* | auto import from //branches/cupcake/...@130745 | The Android Open Source Project | 2009-02-10 | 8 | -105/+265 |
| | |||||
* | Initial Contribution | The Android Open Source Project | 2008-10-21 | 17 | -0/+2039 |