- 16 Jun, 2015 1 commit
-
-
The Android Automerger authored
-
- 15 Jun, 2015 1 commit
-
-
The Android Automerger authored
-
- 12 Jun, 2015 1 commit
-
-
Paul Lawrence authored
Change-Id: I182ee7f70c5a96bbcdb0fc9e35df67c45a937757
-
- 11 Jun, 2015 1 commit
-
-
Than McIntosh authored
Bug: http://b/19483574 (cherry picked from commit ebb94682) Change-Id: I2a00e1fb075131e7d7d1a45c196ab0ac414e39c0
-
- 10 Jun, 2015 2 commits
-
-
Jeff Vander Stoep authored
-
Jeff Vander Stoep authored
For tools built for both host and device, only include if not host. (cherry-picked from commit 6bc4a54f) Change-Id: Ie102bd7575d2cf5eef3f95e6063c2970d143dac8
-
- 09 Jun, 2015 3 commits
-
-
Ying Wang authored
-
Ying Wang authored
verify_boot_signature doesn't build on Mac currently. Temporarily exclude it from Mac build. Bug: 21669400 Change-Id: I7b978adafefb700d65f6fc10f69c949fce94c236
-
Todd Kjos authored
the activity name for chrome changed recently which broke systemapps.sh for some devices/builds. This change removes the dependance on the chrome activity name in systemapps.sh Change-Id: I7f194a5c60221650300b6ab0df526f5bdf4b7f79
-
- 05 Jun, 2015 3 commits
-
-
Todd Kjos authored
Changes the wait time between apps. Example; "./systemapps.sh -W 1.2" Change-Id: I3769aa93ebbcd129de2f3fa3df99720e1d83b2f9
-
Todd Kjos authored
-
Todd Kjos authored
- display frame latencies (90th/95th/99th) for recents and systemapps - allow device type to be specified to capture - workaround for am hang when starting chrome on volantis - bullhead support for recentfling New output of "recentfling.sh": Fling recents... Frames: 772 latency: 19/22/34 Janks: 131(16%) New output of "systemapps.sh -T": App Start(ms) Iter(ms) Jank Latency gmail 1090 2168 69(72%) 65/75/88 hangouts 1757 2758 60(82%) 69/111/114 chrome 0 997 59(64%) 68/77/84 youtube 3533 4834 140(48%) 70/93/150 play 1868 3147 92(62%) 89/106/182 home 0 1125 210(15%) 62/84/129 TOTAL 8248 35052 Change-Id: If4fc94ab0188dae2afabfbf696be06b6ddf55ce1
-
- 03 Jun, 2015 1 commit
-
-
Paul Lawrence authored
In order to prevent this bug from happening, we must allow vold cryptfs commands to complete while a long running mount is underway. While waiting for vold to be changed to a binder interface, we will simply create two listeners, one for cryptfs and one for everything else. Bug: 19197175 Change-Id: Id87764ed68c169fc6b94ea4f4f7a51a7ec9c7564
-
- 29 May, 2015 5 commits
-
-
Paul Lawrence authored
(chery-picked from commit b01dc1c5) Bug: 18151196 Change-Id: Icdb3d9afa1db125102d01cd06f45dbc99ca78021
-
Paul Lawrence authored
(cherry-picked from commit 478a01d6) As per discussion default permissions are the correct ones. Note that since we use logon keys, they cannot be read outside the kernel. Note also that we limit who can read/write keys in selinux policy. Bug: 18151196 Change-Id: I15dc0de92643ae1472b0cde79c464fb3e1a1d453
-
Paul Lawrence authored
(cherry-picked from commit 829e6413) Enables OwnerInfo and pattern suppression Change-Id: I4a7d71c9a750d5ed996ab1937bd5a81da480a2b3
-
Paul Lawrence authored
(cherry-picked from commit 9f53fb4a) This is one of three changes to enable this functionality: https://android-review.googlesource.com/#/c/146259/ https://android-review.googlesource.com/#/c/146264/ https://android-review.googlesource.com/#/c/146265/ Bug: 18151196 Change-Id: I05b96f49b8848e82484a500e4536bdb4d2cdd635
-
Paul Lawrence authored
(cherry-picked from commit 377cd195) Move all key management into vold Reuse vold's existing key management through the crypto footer to manage the device wide keys. Use ro.crypto.type flag to determine crypto type, which prevents any issues when running in block encrypted mode, as well as speeding up boot in block or no encryption. This is one of four changes to enable this functionality: https://android-review.googlesource.com/#/c/148586/ https://android-review.googlesource.com/#/c/148604/ https://android-review.googlesource.com/#/c/148606/ https://android-review.googlesource.com/#/c/148607/ Bug: 18151196 Change-Id: I7a4ef3f3a937c45ff18f17c9ad1398293a8630f3
-
- 28 May, 2015 2 commits
-
-
Than McIntosh authored
Details: - turn "max unprocessed profiles" into a configurable parameter. - use a longer default collection interval - reread config file on very iteration through the main loop, so as to incorporate new parameters written by the upload service Bug: http://b/19483574 Change-Id: I1ecacbdeccf26f09ddd8387aef0f2587483eb967 (cherry picked from commit f353d8bf)
-
Todd Kjos authored
Stop using the activity string and always use theverge.com Change-Id: I22efebe83e8baffecd2a8510ec75c9269f1c24ef
-
- 20 May, 2015 1 commit
-
-
Todd Kjos authored
DO NOT MERGE (already in master) The initial set of scripts: recentsfling.sh : start a set of apps, switch to recents and fling systemapps.sh : start a set of apps, and then loop to move them to the forground, checking whether the app had been LMK'd or required direct reclaims feedly-chrome.sh : automate a feedly, chrome workflow making sure both stay in memory Change-Id: I40f0862623ea0963bb0eaed3a585b41b69bbbbc7
-
- 16 May, 2015 1 commit
-
-
Elliott Hughes authored
Bug: http://b/20501816 Change-Id: I32123049314a30a255fdf1a76a0e00bd35ac8801 (cherry picked from commit 454b9899)
-
- 14 May, 2015 7 commits
-
-
Yabin Cui authored
-
Yabin Cui authored
-
Yabin Cui authored
-
Dehao Chen authored
Bug: 19483574 (cherry picked from commit f4605017) Change-Id: I0ca00ce1a4695f2543da3a24987e9cbbeb22cc09
-
- 13 May, 2015 1 commit
-
-
Adam Langley authored
This is a reland of aa24bc89 which was reverted in 291e20da because it broke the git_master-gpl builder. This version of the change uses crypto.h as a proxy for mem.h because it'll work in both BoringSSL and OpenSSL. (cherry picked from commit a83adf63) Bug: 21085331 Change-Id: I9e4c9e4d459c2e31f74180b3a3b2ab139ab76e80
-
- 07 May, 2015 1 commit
-
-
Dehao Chen authored
Remove reading of aux-config. Bug: 19483574 (cherry picked from commit 58bade36) Change-Id: I019540197561d13d99640a8ff7042c20b58d9b9f
-
- 05 May, 2015 1 commit
-
-
Dehao Chen authored
Bug: 19483574 (cherry picked from commit adc45b25) Change-Id: I0ec40f7571d9b400bc37f2ebe7a268d1cb8dfe82
-
- 30 Apr, 2015 2 commits
-
-
Dehao Chen authored
Change-Id: Ib326b1669553146e028c8354bb5077176d150616 (cherry picked from commit 35bb6be7)
-
Than McIntosh authored
Change-Id: Ie4cf7cd2e6e4f90bcdba39200c856c219b710065 (cherry picked from commit 124dd426)
-
- 29 Apr, 2015 1 commit
-
-
Dehao Chen authored
Default the config file to NULL for perfprofd, so that we will not see error in logcat when config file is not specified. Change-Id: Ib6a442726b687f8aaec27dee30962cf3cc820918 (cherry picked from commit bfd3af43)
-
- 28 Apr, 2015 2 commits
-
-
Dehao Chen authored
(cherry picked from commit d455de47) Change-Id: I53aa95e0c34957262bc9ebf3c2dff40bfee6867e
-
Dehao Chen authored
(cherry picked from commit 2a1e7e81) Change-Id: Ie893f20cd8b103d5eabdc57a13a6c6d9cf35d27d
-
- 24 Apr, 2015 2 commits
-
-
Colin Cross authored
* commit '7117efce': fix possible buffer overrun in librank
-
Colin Cross authored
-
- 23 Apr, 2015 1 commit
-