Ian Rogers
d05c7d2651
am bcf76242: Merge "Move FLATTENED_PATTERN to inner class."
...
* commit 'bcf76242134317a2f722eab5af2600fe2858f895':
Move FLATTENED_PATTERN to inner class.
2014-05-14 23:51:59 +00:00
Mathieu Chartier
c4c77d63d8
Merge "Add property for background GC type"
2014-05-14 23:07:39 +00:00
Mathieu Chartier
c01936a686
Add property for background GC type
...
To disable background compaction do:
adb shell setprop dalvik.vm.backgroundgctype CMS
To enable:
adb shell setprop dalvik.vm.backgroundgctype SS
Change-Id: I1d87b95fceaedac4df5ce6e718d7c14b35d524cc
2014-05-14 15:45:48 -07:00
Ian Rogers
bcf7624213
Merge "Move FLATTENED_PATTERN to inner class."
2014-05-14 22:40:58 +00:00
Ian Rogers
5d5d14fd97
Move FLATTENED_PATTERN to inner class.
...
Avoid AOT compilation/initialization in ART failing due to regex.Pattern
requiring native support.
Bug: 14646037
Change-Id: I9d9c7fd9ed9fab7e21d37f9b31c00d037fc5a691
2014-05-14 15:29:46 -07:00
Yongqin Liu
559484ed6a
app_process: change app_process a symlink of primary version
...
Change app_process to be a symlink to the primary version
and have app_process32/app_process64 be the 32-bit/64-bit
versions respectively.
This will make it possible to use the primary zygote for
am/pm commands and other scripts that use app_process and
don't need a specific zygote.
Signed-off-by: Yongqin Liu <yongqin.liu@linaro.org>
Change-Id: Ibef545994eb95ddc82101c95df613ad1d06345e6
2014-05-14 18:48:42 +01:00
Torne (Richard Coles)
dcc9cf03a8
am 41ec8c96: Merge "Avoid supported ABI list containing "unknown"."
...
* commit '41ec8c9672fccce90a7156bcd856f59a36e93ad3':
Avoid supported ABI list containing "unknown".
2014-05-14 15:31:28 +00:00
Torne (Richard Coles)
41ec8c9672
Merge "Avoid supported ABI list containing "unknown"."
2014-05-14 15:26:05 +00:00
Torne (Richard Coles)
da8c037c8b
Avoid supported ABI list containing "unknown".
...
If one of the ABI list system properties is undefined/empty (as
ro.product.cpu.abilist64 is on a 32-bit only device), getString returns
"unknown", which ends up creating a 1-element array with "unknown" as a
member. Fix this to instead just get the empty string and split that
into a 0-element array.
Change-Id: I0d0a54eb06bb04427bcf0487e2a16d4180b81116
2014-05-14 16:17:26 +01:00
Narayan Kamath
64cd907af9
Wait for secondary zygote before bringing up the system_server.
...
The zygote that's responsible for starting up the system server
now checks if there's another zygote on the system, and waits
for it to start up. Also, a few minor clean ups :
- Address a long standing TODO about zygote retries.
- Have functions throw IOException where appropriate and
wrap them in ZygoteStartFailedEx with a filled in cause.
bug: 14869939
Change-Id: I9e514659b79b3d2c98a4c5f93c0c376843f6c881
2014-05-13 15:24:26 +01:00
Brian Carlstrom
2ce02bba1e
am b7d7cbc9: Merge "Fix background PackageUsage writing."
...
* commit 'b7d7cbc9c3a9315a5c5ecd85e16f5916c4bc3f3a':
Fix background PackageUsage writing.
2014-05-13 00:34:42 +00:00
Brian Carlstrom
b7d7cbc9c3
Merge "Fix background PackageUsage writing."
2014-05-13 00:31:34 +00:00
Brian Carlstrom
112a720638
Fix background PackageUsage writing.
...
Change-Id: Ia358b61e648b427c86cf75ae096cd2a68ace209f
2014-05-12 16:56:34 -07:00
Jeff Sharkey
f521ee6fa9
am e3e2c471: Merge "Set ActionMode title to the number of selected files"
...
* commit 'e3e2c471b2504335e99ed15975c3c5c9dfbf2795':
Set ActionMode title to the number of selected files
2014-05-10 19:42:02 +00:00
Jeff Sharkey
e3e2c471b2
Merge "Set ActionMode title to the number of selected files"
2014-05-10 19:39:39 +00:00
Chris Craik
7e13d1d4a4
am f6c9c420: Merge "Correct stride for drawing to cached glyph bitmap"
...
* commit 'f6c9c4204c2f8f86277d081112c9dd863ddaa778':
Correct stride for drawing to cached glyph bitmap
2014-05-09 21:46:43 +00:00
Chris Craik
f6c9c4204c
Merge "Correct stride for drawing to cached glyph bitmap"
2014-05-09 21:39:55 +00:00
Brian Carlstrom
edc31509c2
am b98ca5b0: Merge "If PackageUsage information is missing, treat as first boot and compile everything"
...
* commit 'b98ca5b0dd73f374178022b4a4b37412f01a3c03':
If PackageUsage information is missing, treat as first boot and compile everything
2014-05-09 17:33:04 +00:00
Brian Carlstrom
b98ca5b0dd
Merge "If PackageUsage information is missing, treat as first boot and compile everything"
2014-05-09 17:29:06 +00:00
Brian Carlstrom
7c5c864c8a
If PackageUsage information is missing, treat as first boot and compile everything
...
Bug: 14663243
Change-Id: I0ae33882044211f777590f482e17e87596be4463
2014-05-09 09:52:09 -07:00
Digish Pandya
b9312a54e4
Correct stride for drawing to cached glyph bitmap
...
fixes the glyph cachebuffer index to account for pixelbuffer
format size.
issue: in launcher home screen create icon group and rename the
group to some text string with emo-icons (smilies). without this
change the drop shadows for emo-icons will look bad.
Change-Id: I525a9219d35f4541363fd64e7fc5fd1053269725
Signed-off-by: Digish Pandya <digishp@codeaurora.org>
2014-05-09 15:05:16 +05:30
Chris Wren
90abb78b51
am 678f7edd: Merge "Avoid SystemUI crash due to NPE"
...
* commit '678f7edd140f3914655bc600d207d3dcb986f881':
Avoid SystemUI crash due to NPE
2014-05-08 21:03:04 +00:00
Chris Wren
678f7edd14
Merge "Avoid SystemUI crash due to NPE"
2014-05-08 21:00:21 +00:00
Ying Wang
4463cbc61d
am 3b9600b6: Merge "Remove unused LOCAL_LDLIBS."
...
* commit '3b9600b673ad6a83481dcf88db6c9b2dc5bc9ba3':
Remove unused LOCAL_LDLIBS.
2014-05-08 00:21:38 +00:00
Ying Wang
3b9600b673
Merge "Remove unused LOCAL_LDLIBS."
2014-05-08 00:15:14 +00:00
Ying Wang
b38e3fdf5a
Remove unused LOCAL_LDLIBS.
...
Change-Id: I01346e76f4ac6402af0ef33e3b2eef4a69e704a2
2014-05-07 15:23:37 -07:00
yingying
1ec4f36060
Init the static member when first used for CursorWindow.
...
As the CursorWindow will be preloaded by zygote, and there is one static
member need use the system resource to initialize. But actually the zygote
do not preload the resource now. (In fact, the zygote will preload classes
first, then preload the resource.) We need ensure the zygote to create the
system resource first.
So change to init this static member as -1, and it will be evaluated when
first used.
Change-Id: Ibccb84e3c410c73788ac682fe76b720306e81dc4
2014-05-07 23:00:28 +08:00
Brian Carlstrom
691079ddc0
am a21ba5be: Merge "Add BackgroundDexOptService"
...
* commit 'a21ba5bec748e2f10d7e6d38181ec1124991cb60':
Add BackgroundDexOptService
2014-05-07 03:33:41 +00:00
Brian Carlstrom
f2db00fdcd
am edb88bcd: Merge "Use package usage information to decide what dex files to optimize in PackageManagerService"
...
* commit 'edb88bcd232176e575f2dbee2cfdb1bfbe33faef':
Use package usage information to decide what dex files to optimize in PackageManagerService
2014-05-07 03:33:37 +00:00
Brian Carlstrom
a21ba5bec7
Merge "Add BackgroundDexOptService"
2014-05-07 03:29:28 +00:00
Brian Carlstrom
edb88bcd23
Merge "Use package usage information to decide what dex files to optimize in PackageManagerService"
2014-05-07 03:29:25 +00:00
Jim Miller
cc6b9eb23c
am 92ddac04: Merge "Fix can\'t change airplane mode from GlobalActions."
...
* commit '92ddac0457de85704b1f9b6d6fbfcaada56fe182':
Fix can't change airplane mode from GlobalActions.
2014-05-07 00:34:38 +00:00
Jim Miller
92ddac0457
Merge "Fix can't change airplane mode from GlobalActions."
2014-05-07 00:29:26 +00:00
Brian Carlstrom
7395a8ab8a
Add BackgroundDexOptService
...
Change-Id: I0439a04f693ba92df906cbda34f8e53b32f63329
2014-05-06 15:14:29 -07:00
Brian Carlstrom
ff1ec4d9e7
Use package usage information to decide what dex files to optimize in PackageManagerService
...
Change-Id: Iac137311e2e9d5139b5aa8651c6f3d296802612a
2014-05-06 15:06:25 -07:00
Elliott Hughes
b593ad6068
am f1f28d1d: Merge "Skip resource files for locales en-XA and ar-XB during packaging if pseudolocalization was done automatically. This prevents attemts to add same resource twice."
...
* commit 'f1f28d1d86aea6dd1419e94aadf051e433914680':
Skip resource files for locales en-XA and ar-XB during packaging if pseudolocalization was done automatically. This prevents attemts to add same resource twice.
2014-05-06 02:27:44 +00:00
Elliott Hughes
f1f28d1d86
Merge "Skip resource files for locales en-XA and ar-XB during packaging if pseudolocalization was done automatically. This prevents attemts to add same resource twice."
2014-05-06 02:25:05 +00:00
Igor Viarheichyk
47843df11f
Skip resource files for locales en-XA and ar-XB
...
during packaging if pseudolocalization was done automatically.
This prevents attemts to add same resource twice.
Change-Id: I51e17f961ac44047bf466ce4aa0d4d17f4ded0d6
2014-05-05 18:13:41 -07:00
Chris Craik
5d8343b8e2
am a85db5ab: Merge "libhwui: Handle the blurImage() implement once RS::init fail"
...
* commit 'a85db5ab785c59726c3644999801e48f449714f3':
libhwui: Handle the blurImage() implement once RS::init fail
2014-05-05 21:46:48 +00:00
Chris Craik
a85db5ab78
Merge "libhwui: Handle the blurImage() implement once RS::init fail"
2014-05-05 21:44:08 +00:00
Michael Wright
09446329b1
am 52025796: Merge "Map KEY_APPSELECT to APP_SWITCH."
...
* commit '52025796cd264fd8ba3851c8e42fd5508366456a':
Map KEY_APPSELECT to APP_SWITCH.
2014-05-02 19:16:16 +00:00
Michael Wright
52025796cd
Merge "Map KEY_APPSELECT to APP_SWITCH."
2014-05-02 19:12:15 +00:00
Selim Gurun
e1a561620d
am 83a538e4: (-s ours) Merge "DO NOT MERGE Add DrawGlInfo kModeProcessNoContext"
...
* commit '83a538e40ed8bdcda64c4bb5a448c0357b8e5e73':
DO NOT MERGE Add DrawGlInfo kModeProcessNoContext
2014-05-01 22:57:45 +00:00
Selim Gurun
83a538e40e
Merge "DO NOT MERGE Add DrawGlInfo kModeProcessNoContext"
2014-05-01 22:53:01 +00:00
Bo Liu
61a7f61007
DO NOT MERGE Add DrawGlInfo kModeProcessNoContext
...
Change-Id: I5a515c348c058264361ca9191f8fd7f0e6ff932b
2014-05-01 15:51:41 -07:00
Brian Carlstrom
e3cceef7ec
am 0f7c0570: Merge "Minor cleanup of UsageStatsService"
...
* commit '0f7c0570e091a284481c2406d8275d87c3786c1d':
Minor cleanup of UsageStatsService
2014-05-01 21:41:58 +00:00
Brian Carlstrom
0f7c0570e0
Merge "Minor cleanup of UsageStatsService"
2014-05-01 21:38:34 +00:00
Brian Carlstrom
393fbe71f8
Minor cleanup of UsageStatsService
...
Change-Id: Idea0e29f347d14e48e87aad38a261d0493bd5fd3
2014-05-01 14:12:14 -07:00
Wink Saville
74ec580873
am 7e411f74: Merge "Add support for NETWORK_TYPE_GSM"
...
* commit '7e411f74efe6dd383e59634760cccd96da1c209b':
Add support for NETWORK_TYPE_GSM
2014-05-01 17:57:51 +00:00
Wink Saville
7e411f74ef
Merge "Add support for NETWORK_TYPE_GSM"
2014-05-01 17:53:55 +00:00