63f10904a1
Add optimizations to keep TaskPersister queue small.
...
CTS tests cause the TaskPersister queue to fill faster than it can
drain. Since it contains screenshots this can consume massive
memory. Monkey may also cause the queue to back up.
Several optimizations are added to drain the queue when it gets
large:
- High water mark to recognize when queue gets too deep. Queue is
completely drained at this point so that obsolete files can be
removed from storage.
- Use Thread.yield() to give the TaskPersister write thread some cpu
cycles.
- Remove images from write queue when TaskRecord is removed from
recents.
May fix bug 17177273.
May fix bug 17381033.
Change-Id: If21c03c8f380e5f6816cf4701a40fcfe34ace3f1
2014-09-16 23:57:21 -07:00
67267dcf90
am 6c6664c9
: am a209406f
: Merge "Docs: Updated to include new Subscriptions functionality." into klp-modular-docs
...
* commit '6c6664c95d7935398909e798e0aad451a2a83b1b':
Docs: Updated to include new Subscriptions functionality.
2014-09-17 06:12:12 +00:00
6c6664c95d
am a209406f
: Merge "Docs: Updated to include new Subscriptions functionality." into klp-modular-docs
...
* commit 'a209406faa1f2b0f1dd7b6e3c5a468729f1c562f':
Docs: Updated to include new Subscriptions functionality.
2014-09-17 06:01:09 +00:00
7f46657454
Include code when converting unknown causes to string
...
Bug: 17535687
Bug: 17241433
Change-Id: I12f0c3b4334dfcb5ac0cd2439ecab9dc77546680
2014-09-17 04:27:36 +00:00
9c412fb140
am b23e025a: Add playDtmfTone, stopDtmfTone and setAudioState to RemoteConference
...
* commit 'b23e025aab63b2318a5fb711433f51720e8c400b':
Add playDtmfTone, stopDtmfTone and setAudioState to RemoteConference
2014-09-17 04:25:58 +00:00
58bacc513c
Add playDtmfTone, stopDtmfTone and setAudioState to RemoteConference
...
Bug: 17512380
Change-Id: Ie26bef643bdec97f64247b5f8099f2676ae6c63e
2014-09-16 20:44:09 -07:00
edac2c611b
am 44b693a3: Merge "Add missing methods to Conference object" into lmp-dev
...
* commit '44b693a3cdee9908223723e961a29fbfc0305163':
Add missing methods to Conference object
2014-09-17 03:41:10 +00:00
68e3e27a1e
am 05a2c7ef: Merge "Remove ability to enable/disable phoneaccounts (1/6)" into lmp-dev
...
* commit '05a2c7ef905777fdbc1129146df6f389e2e6980a':
Remove ability to enable/disable phoneaccounts (1/6)
2014-09-17 03:41:02 +00:00
1c4eb10cc1
Merge "Add missing methods to Conference object" into lmp-dev
2014-09-17 03:29:12 +00:00
ebc69cd19e
Merge "Remove ability to enable/disable phoneaccounts (1/6)" into lmp-dev
2014-09-17 03:23:04 +00:00
a209406faa
Merge "Docs: Updated to include new Subscriptions functionality." into klp-modular-docs
2014-09-17 02:21:10 +00:00
a2a62e4161
am 9feb839b: Merge "Fix disconnect log printf in ConnectionService." into lmp-dev
...
* commit '9feb839b7d77654dc7598b5c2f85aaa06be81e9d':
Fix disconnect log printf in ConnectionService.
2014-09-17 02:00:31 +00:00
009348e837
Merge "Fix disconnect log printf in ConnectionService." into lmp-dev
2014-09-17 01:52:54 +00:00
8210ad6f85
am f88be2c7: Merge "Adjust volume bar visibility in HDMI-CEC system audio mode" into lmp-dev
...
* commit 'f88be2c79ab5cb980fee2fff22c41d62100f4165':
Adjust volume bar visibility in HDMI-CEC system audio mode
2014-09-17 01:38:25 +00:00
09097a13d1
am 41f887c4: Merge "Remove MHL related code." into lmp-dev
...
* commit '41f887c4620cb33041b2844314770c56605d2679':
Remove MHL related code.
2014-09-17 01:38:21 +00:00
4b57a89597
am c7932a06: Merge "Fix a small printf format bug." into lmp-dev
...
* commit 'c7932a06f76db95a44163d1feb68dcc8af411627':
Fix a small printf format bug.
2014-09-17 01:38:15 +00:00
c1e1550bf4
Merge "Adjust volume bar visibility in HDMI-CEC system audio mode" into lmp-dev
2014-09-17 01:29:54 +00:00
1a6be6ed39
Adjust volume bar visibility in HDMI-CEC system audio mode
...
When HDMI-CEC system audio mode is activated.
1. Hide volume bar when volume button is pressed in TV
2. Show volume bar when TV receives volume notification from
Audio Receiver.
Otherwise, (system audio mode off) follows normal TV's behavior.
Bug: 17347499
Change-Id: I1f5bc14285d60d8626a8fbbef9e1959cae7d193b
2014-09-17 10:28:40 +09:00
afd6f342ad
Merge "Remove MHL related code." into lmp-dev
2014-09-17 01:28:26 +00:00
2bbad0cddc
Handle action mode changes properly for actionbar tabs
...
Bug: 17513613
Change-Id: I4ebcadc618558153b72bf577232adc3e616adb6b
2014-09-16 18:28:03 -07:00
9891bbeae2
Merge "Fix a small printf format bug." into lmp-dev
2014-09-17 01:25:14 +00:00
2678639f9e
Fix disconnect log printf in ConnectionService.
...
Bug: 17534940
Change-Id: I41499701d1f7a3ab0816624d27094c6c86fb5b01
2014-09-16 18:17:44 -07:00
da6e9f10d0
Remove MHL related code.
...
Bug: 17479050
Change-Id: Id4a76ccf7325c78817d1b3c3460e5dc40e23831b
2014-09-17 10:15:40 +09:00
f34519b4dd
Fix a small printf format bug.
...
Bug: 17534940
Change-Id: Idc3c1105c72714f138b07012d0ad9e0bf0ba17f1
2014-09-16 18:14:14 -07:00
e55039dc96
am 3061d2b9: Merge "Fix issue #17507017 : took ~3 seconds to move an app to the foreground" into lmp-dev
...
* commit '3061d2b984eed5b9e2d60748cea0a111ba52c758':
Fix issue #17507017 : took ~3 seconds to move an app to the foreground
2014-09-17 00:21:04 +00:00
d3f69e7d80
am 1a7cb969: Merge "Fix issue #16662560 : SingleTop activity is getting instantiated multiple time" into lmp-dev
...
* commit '1a7cb969b833be16632cbcadc498a1fb978ca659':
Fix issue #16662560 : SingleTop activity is getting instantiated multiple time
2014-09-17 00:21:00 +00:00
6035379865
Merge "Fix issue #17507017 : took ~3 seconds to move an app to the foreground" into lmp-dev
2014-09-17 00:14:44 +00:00
9e1d9f0fb2
am d0675e37: Merge "Add NetworkAgent event for ExplicitlySelected" into lmp-dev
...
* commit 'd0675e37718d3223623e4fbf0f5e8e0e46c10d5f':
Add NetworkAgent event for ExplicitlySelected
2014-09-17 00:13:54 +00:00
1a526f582b
Merge "Fix issue #16662560 : SingleTop activity is getting instantiated multiple time" into lmp-dev
2014-09-17 00:13:38 +00:00
e7b26be378
Merge "Add NetworkAgent event for ExplicitlySelected" into lmp-dev
2014-09-17 00:06:03 +00:00
e73cc4646b
Add NetworkAgent event for ExplicitlySelected
...
Lets Wifi tell us when the user selected this AP vs auto-connected.
bug:17396168
Change-Id: I6e067ab62ed49040629aa31fe07ff880d3d542f0
2014-09-16 17:03:59 -07:00
d804482660
am 8f4cafc2: Merge "Fix broken dispatch of onApplyWindowInsets" into lmp-dev
...
* commit '8f4cafc281eb2c40b409f86ad276b4337f5fd317':
Fix broken dispatch of onApplyWindowInsets
2014-09-16 23:58:07 +00:00
b1e3b70aeb
Remove Rhodi keylayout
...
Looks like Broadcom re-used the Rhodi PID since we never shipped.
Remove the keylayout so we don't accidentally use it for other
devices.
Bug: 17504946
Change-Id: Ia11ad40f8ba7d49f82e7f68d881cf7c9bfafcb37
2014-09-16 16:48:58 -07:00
598c4f9329
am 56d143ae: Merge "Pass different dy into dispatchNestedSCroll" into lmp-dev
...
* commit '56d143ae20eb731d2826fe6efdf330f3c7c14071':
Pass different dy into dispatchNestedSCroll
2014-09-16 23:45:03 +00:00
543f21da46
Merge "Fix broken dispatch of onApplyWindowInsets" into lmp-dev
2014-09-16 23:42:40 +00:00
5665c0f265
Merge "Pass different dy into dispatchNestedSCroll" into lmp-dev
2014-09-16 23:33:24 +00:00
56debf9a14
am 67798394: Merge "Preserve NPE behavior of removed TextView.getTextColors() API" into lmp-dev
...
* commit '67798394819f1b8af9afb8f35fda0d0f0552f027':
Preserve NPE behavior of removed TextView.getTextColors() API
2014-09-16 23:30:54 +00:00
e748ca5dc9
am 07e867a0: Merge "Fix TimePicker.setCurrentHour() when argument is 0" into lmp-dev
...
* commit '07e867a059a6bef19fb92663d02a03a90cd356e8':
Fix TimePicker.setCurrentHour() when argument is 0
2014-09-16 23:30:50 +00:00
6acb495af2
am 37cbd74a: Merge "Ensure we always have valid colors in CaptionStyle" into lmp-dev
...
* commit '37cbd74ad6dc3c7639e2ce8200ca40a2acc275ef':
Ensure we always have valid colors in CaptionStyle
2014-09-16 23:30:46 +00:00
c209535d5e
am 0fed84e1: Merge "Update the progress bar to square instead of round lineCap" into lmp-dev
...
* commit '0fed84e1e4674353892143103ba0ebdf36b0c71d':
Update the progress bar to square instead of round lineCap
2014-09-16 23:30:42 +00:00
af8e823d99
Merge "Preserve NPE behavior of removed TextView.getTextColors() API" into lmp-dev
2014-09-16 23:25:07 +00:00
4813482324
Merge "Fix TimePicker.setCurrentHour() when argument is 0" into lmp-dev
2014-09-16 23:23:23 +00:00
7922882189
Fix issue #16662560 : SingleTop activity is getting instantiated multiple time
...
Introduce a concept of a "root affinity" to a task -- this is the
affinity of the initial activity in the task. Use this instead of
the current affinity in findTaskLocked(), where we look for an
existing task to use for a NEW_TASK intent.
This changes the semantics of the new "relinquish task identity" mode
so that it doesn't relinquish the root affinity of the task. This
means when we are in the old style application-based recents matching
of findTaskLocked(), we will never count these tasks as the same as
the application's tasks only because they have relinquished their
identity to that application. This is probably okay, it is basically
putting a different line between new document-centric recents and
old application-centric recents when they are mixed together.
Change-Id: I73a22ead9bd08e98bf67ad035a017f828c6a6715
2014-09-16 16:22:55 -07:00
96f26b8039
Merge "Ensure we always have valid colors in CaptionStyle" into lmp-dev
2014-09-16 23:20:28 +00:00
f74879fb4d
Merge "Update the progress bar to square instead of round lineCap" into lmp-dev
2014-09-16 23:18:37 +00:00
9d1723558b
am c8f6ad36: Merge "Report Network status to NetworkAgent." into lmp-dev
...
* commit 'c8f6ad366accbe6bf90d30d4e2d4f924552d731a':
Report Network status to NetworkAgent.
2014-09-16 23:05:35 +00:00
ea0dbf3fa2
am 880d88b3: Merge "Restore changes that were needed." into lmp-dev
...
* commit '880d88b308c73a598578f39892a3f01c201d9314':
Restore changes that were needed.
2014-09-16 23:00:11 +00:00
d56c257116
am af3be19b: Merge "Increase clock and calendar haptic feedback durations" into lmp-dev
...
* commit 'af3be19be22193bd8431cc5c65f119e4b651368a':
Increase clock and calendar haptic feedback durations
2014-09-16 23:00:08 +00:00
b4f601cb84
Merge "Report Network status to NetworkAgent." into lmp-dev
2014-09-16 22:59:33 +00:00
fb1bf84165
Merge "Restore changes that were needed." into lmp-dev
2014-09-16 22:53:34 +00:00