Commit Graph

255075 Commits

Author SHA1 Message Date
David Friedman
6728f77c2f Docs: New document on interpreting Profile GPU tool results
am: b65b81a074

Change-Id: I1eebc84f5bf857dedcd140b6e4dc991be17c11e8
2016-09-30 02:54:59 +00:00
David Friedman
ae8022f8bb Merge "Docs: Adds new Battery Historian guide to Performance and Power section." into nyc-dev
am: 0d9704bf1d

Change-Id: Ic3f72b06b8a28b400ab63f6c103624ddb1275d50
2016-09-30 02:54:02 +00:00
David Friedman
1959469ac0 Docs: Adds new Battery Historian guide to Performance and Power section.
am: 655230c297

Change-Id: Ic3896558e5f51f2498ca82381f25fead512f46a6
2016-09-30 02:53:57 +00:00
David Friedman
dc016000b7 Merge "Docs: Reducing image-download sizes doc for Performance section on DAC." into nyc-dev
am: 07194592ec

Change-Id: I4ee4de5f73e47fe53e46e69048f9c36b544e219e
2016-09-30 02:52:50 +00:00
David Friedman
54aa2b5543 Docs: Reducing image-download sizes doc for Performance section on DAC.
am: 18037fa382

Change-Id: Ia370795d72f9ee5fdede0b6125ef735b4099eb0e
2016-09-30 02:52:45 +00:00
David Friedman
b7c84c2eff Merge "Docs: New "Power" area for "Performance" section on DAC." into nyc-dev
am: 84fc9ca6ba

Change-Id: I45a05da066709e89871a41d00220854ffa0e0410
2016-09-30 02:51:45 +00:00
David Friedman
1c9731be87 Docs: New "Power" area for "Performance" section on DAC.
am: b202c67b00

Change-Id: I279884633cd179613476e7e38aecca0c54303655
2016-09-30 02:51:41 +00:00
David Friedman
363780893d Merge "Doc: New page in DAC Performance section: how to reduce overdraw in apps." into nyc-dev
am: fffed0b09b

Change-Id: Ib964e94bd066fed945ed91528771a85aba288784
2016-09-30 02:50:28 +00:00
David Friedman
616fd39c42 Doc: New page in DAC Performance section: how to reduce overdraw in apps.
am: e782434cc8

Change-Id: Id3bad7709d0b02fbf483f20034df4ccbe8f51daf
2016-09-30 02:50:21 +00:00
David Friedman
c33e9d0b47 Merge "docs: Manage Memory perf article" into nyc-docs 2016-09-30 02:46:11 +00:00
David Friedman
dc1f032835 Merge "Docs: New document on interpreting Profile GPU tool results" into nyc-dev 2016-09-30 02:45:41 +00:00
David Friedman
0d9704bf1d Merge "Docs: Adds new Battery Historian guide to Performance and Power section." into nyc-dev 2016-09-30 02:45:11 +00:00
David Friedman
07194592ec Merge "Docs: Reducing image-download sizes doc for Performance section on DAC." into nyc-dev 2016-09-30 02:43:58 +00:00
David Friedman
84fc9ca6ba Merge "Docs: New "Power" area for "Performance" section on DAC." into nyc-dev 2016-09-30 02:42:14 +00:00
David Friedman
fffed0b09b Merge "Doc: New page in DAC Performance section: how to reduce overdraw in apps." into nyc-dev 2016-09-30 02:40:58 +00:00
David Friedman
b65b81a074 Docs: New document on interpreting Profile GPU tool results
Bug: 31312918

Change-Id: Ic0f181585087c2f0bf739ad319b9c5baf1c94f64
2016-09-29 19:30:34 -07:00
David Friedman
655230c297 Docs: Adds new Battery Historian guide to Performance and Power section.
Bug: 31312625

Change-Id: Iba421a8663f729b41d035d6c1dc7d3465cc9efc8
2016-09-29 19:23:16 -07:00
Christopher Ferris
4ac37a0bd6 Merge "Fix code for new malloc debug enable." am: 1efb3e93e6
am: b66b1d26b3

Change-Id: Ib5a2279272554b13089cca81e3f18fbcaa0078c4
2016-09-30 01:14:10 +00:00
Christopher Ferris
b66b1d26b3 Merge "Fix code for new malloc debug enable."
am: 1efb3e93e6

Change-Id: Ifbab90962878670fdacfc7b308afa46dce898f6d
2016-09-30 01:09:43 +00:00
Treehugger Robot
1efb3e93e6 Merge "Fix code for new malloc debug enable." 2016-09-30 01:01:03 +00:00
Jordan Liu
19e5c1fe97 Merge "fix branch break by adding carrierconfig key" into stage-aosp-master
am: 53704b3138

Change-Id: Iae6a8767502891430df50b7a912e547b6aa50872
2016-09-29 23:17:35 +00:00
Jordan Liu
1e1c060378 fix branch break by adding carrierconfig key
am: e787323e03

Change-Id: Id16c5898eb2cc1aadef8d7d6d18a90d8e8f10e55
2016-09-29 23:17:31 +00:00
Bert McMeen
a4ec245d60 Merge "Docs: Emulator-related updates" into nyc-dev
am: 52a60e7f58

Change-Id: Ie0a88f3b8bdd8c92246255444ab0f569adf50ddc
2016-09-29 23:11:37 +00:00
Bert McMeen
ded388c739 Docs: Emulator-related updates
am: 09af67aaa3

Change-Id: I8b9d7b6eb948420d750efd4f4be6a60533d8d145
2016-09-29 23:11:33 +00:00
Jordan Liu
53704b3138 Merge "fix branch break by adding carrierconfig key" into stage-aosp-master 2016-09-29 23:08:14 +00:00
Tao Bao
794c8b0b3f Handle the race condition when calling uncrypt services.
We call uncrypt services to setup / clear bootloader control block (BCB)
for scheduling tasks under recovery (applying OTAs, performing FDR).
However, we cannot start multiple requests simultaneously. Because they
all use the same socket (/dev/socket/uncrypt) for communication and init
deletes the socket on service exits.

This CL fixes the issue by a) adding synchronized blocks for the service
requests; b) checking the availability of the socket before initiating a
new one.

Note that adding synchronized blocks to RecoverySystem doesn't help,
because the calls could be made from different processes (e.g. priv-app,
system_server).

Bug: 31526152
Test: FDR works while a priv-app keeps calling clear BCB.

Change-Id: I95308989e849a9c98a9503ac509f2bc51ed3de19
2016-09-29 16:07:19 -07:00
Bert McMeen
52a60e7f58 Merge "Docs: Emulator-related updates" into nyc-dev 2016-09-29 23:06:16 +00:00
Jordan Liu
d6efda6957 Merge "Remove migrated config_carrier_wfc_ims_available" am: 5d71e2d671
am: 86cdc8f330

Change-Id: Ib3a4b1bf5eb649a67885c035e1222560b67926c7
2016-09-29 23:01:06 +00:00
Jordan Liu
86cdc8f330 Merge "Remove migrated config_carrier_wfc_ims_available"
am: 5d71e2d671

Change-Id: Iaf50b529303f8449b776c33942175953ff0fc6e1
2016-09-29 22:57:28 +00:00
Bert McMeen
09af67aaa3 Docs: Emulator-related updates
Bug: 31819645
Change-Id: I54ac73c091f162bef427c8e97c256c6581beb2f6
2016-09-29 15:52:47 -07:00
Jordan Liu
5d71e2d671 Merge "Remove migrated config_carrier_wfc_ims_available" 2016-09-29 22:50:15 +00:00
Jordan Liu
e787323e03 fix branch break by adding carrierconfig key
Add KEY_CDMA_3WAYCALL_FLASH_DELAY_INT and default value to
CarrierConfigManager

Bug: 29873049
Change-Id: I53dc93defbfa7d1366e6ee066638d73df03f88d0
2016-09-29 15:25:46 -07:00
David Friedman
18037fa382 Docs: Reducing image-download sizes doc for Performance section on DAC.
Bug: 31312783

Change-Id: Ie6f1f2b29a9eb18359802576b49a364e12863fe8
2016-09-29 15:19:46 -07:00
Christopher Ferris
e336eea49a Fix code for new malloc debug enable.
When using am dumpheap -n, modify the code to print the new
way malloc debug works instead of the old way.

Also, the old code had a hard-coded number of backtrace frames. The
new code allows this to be variable so the code needed to be modified
for this too.

Test: am dumpheap -n <PID> <FILE> dumps properly.

Change-Id: Id79e4acbe04313090eb2b973f023e5b27591bb7d
2016-09-29 15:18:58 -07:00
sreevanis
d4fa870a6a docs: Updated wording on auto playback app requirement.
Bug:30445851
Change-Id: I9cae3ca13722d9484032ddb21203c58d774ef330
2016-09-29 14:45:14 -07:00
sreevanis
e9bd061bce docs: Added account sync know issue.
am: 9dd4194185

Change-Id: Ia09ff887bd99d058105d1894e1b6d61db1c2979c
2016-09-29 21:36:25 +00:00
Hemal Patel
47876e79de Docs: Added info about vector drawable
Added overview of vector drawable in the class overview section.

Bug: 25129687
Change-Id: I976177ddd3a8bddcbc6544cbc227b6b2099c7b0a
2016-09-29 13:31:27 -07:00
Randy Pan
634d97add8 Remove the obsoleted ScanResult.isAutoJoinCandidate
Bug: 31565767
Test: unit tests
Change-Id: I3e1ee0e919c800c4d5eeaf94fdc68123b6de542e
2016-09-29 13:12:55 -07:00
liulvping
8b1f60a993 Merge "Clear pending activity launches when force stop package" am: 00b678dd2d
am: 5b65b132b3

Change-Id: Ie5287b8e3c27ae48c513fed6111cab8914cac4dc
2016-09-29 19:54:25 +00:00
liulvping
5b65b132b3 Merge "Clear pending activity launches when force stop package"
am: 00b678dd2d

Change-Id: Icd953ce6aff52a657e960d84799db7e4ca079688
2016-09-29 19:45:25 +00:00
Treehugger Robot
00b678dd2d Merge "Clear pending activity launches when force stop package" 2016-09-29 19:17:36 +00:00
sreevanis
9dd4194185 docs: Added account sync know issue.
Bug:31822936
Change-Id: Idd32638eb6819a5a8c6a5c772c70714e7391e75d
2016-09-29 12:17:09 -07:00
Jordan Liu
5545f020a6 Merge "Add cdma_3waycall_flash_delay key to CarrierConfig" am: 14f4fd7d0b
am: 81701afb8e

Change-Id: I0ab06de331d82eaf18e9b0f5bdcadd783eb7def0
2016-09-29 17:36:06 +00:00
Jordan Liu
e956291c58 Merge "Remove configs in frameworks/base" am: 8abf78dc58
am: 3a25b32a69

Change-Id: I973a5fdf94f98eb9e4c3b89340fd6a12afba1be3
2016-09-29 17:34:10 +00:00
Jordan Liu
6db9d13ba9 Add cdma_3waycall_flash_delay key to CarrierConfig am: bd3f2a7eb0 -s ours
am: fb3fba1887

Change-Id: Ie61f986c395d4d5eb69c16a09f7290e9ebc55cdd
2016-09-29 17:33:29 +00:00
Jordan Liu
81701afb8e Merge "Add cdma_3waycall_flash_delay key to CarrierConfig"
am: 14f4fd7d0b

Change-Id: If286ff1fade38f0fb873190ea6e311ceb5a19cd7
2016-09-29 17:29:32 +00:00
Jordan Liu
3a25b32a69 Merge "Remove configs in frameworks/base"
am: 8abf78dc58

Change-Id: Id6f726608e69b98bf24b71d96c5ce27b2984cec6
2016-09-29 17:24:26 +00:00
Jordan Liu
fb3fba1887 Add cdma_3waycall_flash_delay key to CarrierConfig
am: bd3f2a7eb0  -s ours

Change-Id: If65e5c6e5196752d163a1f7b617883bc2876258b
2016-09-29 17:23:45 +00:00
Jordan Liu
14f4fd7d0b Merge "Add cdma_3waycall_flash_delay key to CarrierConfig" 2016-09-29 17:15:05 +00:00
Jordan Liu
8abf78dc58 Merge "Remove configs in frameworks/base" 2016-09-29 17:15:05 +00:00