Jeff Brown
d3f97dc0fb
am 14afbba6: am ea6b8188: Merge "Improve ANR diagnostics." into jb-dev
...
* commit '14afbba66355fab168bed25c9bab33058372584a':
Improve ANR diagnostics.
2012-06-12 13:01:06 -07:00
Craig Mautner
adda220b18
am 42db9369: am 78a9b676: Merge "Remove over aggressive optimization." into jb-dev
...
* commit '42db93691896740e47918e212bed7668464a3b9d':
Remove over aggressive optimization.
2012-06-12 13:00:57 -07:00
Craig Mautner
30dd205a6b
am 1c92459a: am 16a61a51: Merge "Revert "Merge errors."" into jb-dev
...
* commit '1c92459a50c6b60550ffd4fceaa2fabeb5418ada':
Revert "Merge errors."
2012-06-12 13:00:53 -07:00
Craig Mautner
fbec92ca1a
am d5759f1c: am 73220fa0: Merge "Merge errors." into jb-dev
...
* commit 'd5759f1c2c8038d6c8275b1ba7dc93a40763088c':
Merge errors.
2012-06-12 13:00:50 -07:00
Michael Jurka
c528b7199a
am 823e2028: am 64dbcd64: Merge "Tweak recents out animation a bit more" into jb-dev
...
* commit '823e20284588f785b96764ba24efb7b8f63895d7':
Tweak recents out animation a bit more
2012-06-12 13:00:43 -07:00
Craig Mautner
69d00187c1
am 0721bde2: am 47adf865: Merge "Fix exposing wallpaper on rotations and other." into jb-dev
...
* commit '0721bde26c73861bb40a5732cb63741d13776e36':
Fix exposing wallpaper on rotations and other.
2012-06-12 13:00:19 -07:00
Chia-chi Yeh
7c727e50f1
am a2becffc: am d667aebf: Merge "VPN: move VpnDialogs away from system uid." into jb-dev
...
* commit 'a2becffcf2a19889b90256a8479e276081ce6108':
VPN: move VpnDialogs away from system uid.
2012-06-12 12:59:59 -07:00
Jeff Brown
14afbba663
am ea6b8188: Merge "Improve ANR diagnostics." into jb-dev
...
* commit 'ea6b8188320202da072285b08fe6c0ee5c3f71e5':
Improve ANR diagnostics.
2012-06-12 12:43:52 -07:00
Craig Mautner
42db936918
am 78a9b676: Merge "Remove over aggressive optimization." into jb-dev
...
* commit '78a9b67691d08e7347ab7bed7708fa09680ee71f':
Remove over aggressive optimization.
2012-06-12 12:43:33 -07:00
Craig Mautner
1c92459a50
am 16a61a51: Merge "Revert "Merge errors."" into jb-dev
...
* commit '16a61a51ffdf0490d3fd201c8679a990723f7d8e':
Revert "Merge errors."
2012-06-12 12:43:29 -07:00
Craig Mautner
d5759f1c2c
am 73220fa0: Merge "Merge errors." into jb-dev
...
* commit '73220fa083f6b2b302434ad081dd062505744ed8':
Merge errors.
2012-06-12 12:43:26 -07:00
Michael Jurka
823e202845
am 64dbcd64: Merge "Tweak recents out animation a bit more" into jb-dev
...
* commit '64dbcd64be34f83e51229891da865ca047b4f5f4':
Tweak recents out animation a bit more
2012-06-12 12:43:17 -07:00
Craig Mautner
0721bde26c
am 47adf865: Merge "Fix exposing wallpaper on rotations and other." into jb-dev
...
* commit '47adf865bddf6c81051d457e04785408d2710f60':
Fix exposing wallpaper on rotations and other.
2012-06-12 12:41:50 -07:00
Chia-chi Yeh
a2becffcf2
am d667aebf: Merge "VPN: move VpnDialogs away from system uid." into jb-dev
...
* commit 'd667aebfb34085960e2b41a2f52d10ae749ec44c':
VPN: move VpnDialogs away from system uid.
2012-06-12 12:41:12 -07:00
Jeff Brown
265f1ccc51
Improve ANR diagnostics.
...
When an ANR occurs, log the associated reason.
When an event takes too long to process (currently more than 2 seconds)
log basic information about the event including how long it actually
took.
Dump the contents of the inbound, outbound and wait queues as part
of dumpsys input.
Bug: 6574842
Change-Id: I9ab754c320f609cb86fe266c469a61e7032dfed6
2012-06-11 18:05:31 -07:00
Dianne Hackborn
0ed6f9a01f
am 3430959c: am 569f5bdd: am 37d8ac1b: Merge "SystemServer: Looper\'s getMainLooper to return ServerThread"
...
* commit '3430959c4dce7ff5e4a8bac2f9e1c3f3a8307079':
SystemServer: Looper's getMainLooper to return ServerThread
2012-06-11 16:41:24 -07:00
Dianne Hackborn
3430959c4d
am 569f5bdd: am 37d8ac1b: Merge "SystemServer: Looper\'s getMainLooper to return ServerThread"
...
* commit '569f5bddd2494bdeae07a6b278f6df6cc8579981':
SystemServer: Looper's getMainLooper to return ServerThread
2012-06-11 16:36:52 -07:00
Craig Mautner
0fa77c1e0f
Remove over aggressive optimization.
...
It turns out that sometimes the wallpaper target is migrated to the
bottom of the window stack and then mWallpaperTarget is set to null.
In particular this happens when the launcher all-apps screen is
brought up. When this happens the layer of the wallpaper is
correctly set below the previous wallpaper target.
An optimization in WindowAnimator was keeping the layer update from
propagating to the Surface object. This fix removes that optimization.
Fixes bug 6631717.
Change-Id: I800dd043ce8df83b4e5edbf710503135396bc01e
2012-06-11 16:30:48 -07:00
Craig Mautner
c38869abe5
Revert "Merge errors."
...
This reverts commit b0419a52008e57475ee254def1da20451da22d4c.
2012-06-11 16:30:48 -07:00
Craig Mautner
a5bbb8987b
Merge errors.
...
Change-Id: I33d0b1aa5dc5018cc879d2e9878e4825adaa4074
2012-06-11 16:30:48 -07:00
Michael Jurka
64dbcd64be
Merge "Tweak recents out animation a bit more" into jb-dev
2012-06-11 16:17:35 -07:00
Dianne Hackborn
37d8ac1b56
Merge "SystemServer: Looper's getMainLooper to return ServerThread"
2012-06-11 16:02:34 -07:00
Michael Jurka
c016aaaa42
Tweak recents out animation a bit more
...
Bug: 6490204
-Fading to black in the recents layer
-Tweaking duration and interpolators
-Removing some unnecessary debug exceptions (Bug: 6642072)
Change-Id: Iba18fade7f874078111fc1d79a81830ee07617d4
2012-06-11 15:23:20 -07:00
Dianne Hackborn
409d563b51
Merge "DO NOT MERGE: Cherry-pick 2ed524966d3c4bd04ea5f54026ed59558d73cd44 to JB." into jb-dev
2012-06-11 13:20:35 -07:00
Craig Mautner
47adf865bd
Merge "Fix exposing wallpaper on rotations and other." into jb-dev
2012-06-11 13:10:01 -07:00
Vairavan Srinivasan
ac5f998396
DO NOT MERGE: Cherry-pick 2ed524966d3c4bd04ea5f54026ed59558d73cd44 to JB.
...
This was contributed from AOSP, a fix to the management of URI write
permissions. This is a very blatant bug, and with the new Intent ClipData
and other stuff we are making much more use of write permissions in JB,
so it is well worth taking.
Change-Id: I58c86119b4d5c13fefd090944bea139803df1a48
2012-06-11 13:06:41 -07:00
Jean-Baptiste Queru
ca3148edf1
am 6e85ad7d: resolved conflicts for merge of 80d21f2f to jb-dev-plus-aosp
...
* commit '6e85ad7d267f47ba3a367651a70d147725dc26ae':
Avoid memory leak in the Shutdown confirmation dialog.
2012-06-11 12:24:54 -07:00
Jean-Baptiste Queru
6e85ad7d26
resolved conflicts for merge of 80d21f2f to jb-dev-plus-aosp
...
Change-Id: I44b2ba647fb3b208119d10aed3fa6fc85dddfb0d
2012-06-11 12:20:36 -07:00
Chia-chi Yeh
d667aebfb3
Merge "VPN: move VpnDialogs away from system uid." into jb-dev
2012-06-11 11:49:46 -07:00
Craig Mautner
b9836b9185
Fix exposing wallpaper on rotations and other.
...
1. Rotations do not go through standard closing of animations so the
wallpaper was not being hidden when the wallpaper target surface was
destroyed. This fix adds hiding the wallpaper when the wallpaper
target is destroyed.
2. The wallpaper target is nulled when switching from launcher home
screen to launcher all apps. In this case the wallpaper remains
visible but below visible layers. It should be hidden so that when
those layers adjust it is not exposed. (Separate fix for adjusting
wallpaper in this case will come).
Fixes bug 6629464.
Change-Id: I522f97dafc0cdcc0f933a825ec9a29d8f63590b5
2012-06-11 11:40:09 -07:00
Dianne Hackborn
1d5d7375ab
am 5134d711: am 574352a7: am aa8cac86: Merge "frameworks/base: release references of UriPermissionOwner"
...
* commit '5134d711d1ff0f0d0ba2df10d22742fb769835e0':
frameworks/base: release references of UriPermissionOwner
2012-06-11 11:26:54 -07:00
Jean-Baptiste Queru
f978979d15
am b8c6405f: resolved conflicts for merge of cddaf4d5 to jb-dev-plus-aosp
...
* commit 'b8c6405fda9c41541868773f40ddd29bb1fc7ed8':
Performance: Activity manager perf unnecessary recalc of oom_adj
2012-06-11 11:23:03 -07:00
Dianne Hackborn
5134d711d1
am 574352a7: am aa8cac86: Merge "frameworks/base: release references of UriPermissionOwner"
...
* commit '574352a796e6398ff4f2b7fb1e14ada035e9a47a':
frameworks/base: release references of UriPermissionOwner
2012-06-11 11:22:09 -07:00
Jean-Baptiste Queru
b8c6405fda
resolved conflicts for merge of cddaf4d5 to jb-dev-plus-aosp
...
Change-Id: I973d361a9599b32f9eaced0748d984900590ea3d
2012-06-11 11:01:19 -07:00
Dianne Hackborn
be782a6aa0
am 3857681e: am a7e3a1e0: Merge "Include important native processes in watchdog stacks." into jb-dev
...
* commit '3857681e5885b64e593dcc3e28492b156d860ed3':
Include important native processes in watchdog stacks.
2012-06-11 10:44:52 -07:00
Dianne Hackborn
3857681e58
am a7e3a1e0: Merge "Include important native processes in watchdog stacks." into jb-dev
...
* commit 'a7e3a1e0e7d308e7e78a1992038a34485d04ab29':
Include important native processes in watchdog stacks.
2012-06-11 10:41:09 -07:00
Dianne Hackborn
a7e3a1e0e7
Merge "Include important native processes in watchdog stacks." into jb-dev
2012-06-11 10:37:51 -07:00
Svetoslav Ganov
cce365a505
am 2622a7cd: am b7726159: Merge "Crash in the touch explorer." into jb-dev
...
* commit '2622a7cd6e923a88ffbdd1925a9112a7b141fb04':
Crash in the touch explorer.
2012-06-10 10:06:37 -07:00
Svetoslav Ganov
2622a7cd6e
am b7726159: Merge "Crash in the touch explorer." into jb-dev
...
* commit 'b7726159e3ee29b45381ede8446c1e87fbbaa23a':
Crash in the touch explorer.
2012-06-10 10:02:40 -07:00
Svetoslav Ganov
b7726159e3
Merge "Crash in the touch explorer." into jb-dev
2012-06-10 09:59:24 -07:00
Svetoslav Ganov
a656414e94
am 3dbb70ec: am 86bbf705: Merge "Settings crash after enabling TalkBack accessibility." into jb-dev
...
* commit '3dbb70ec9c593e11dd19efa528a99e9ec21d63e0':
Settings crash after enabling TalkBack accessibility.
2012-06-10 09:57:18 -07:00
Svetoslav Ganov
3dbb70ec9c
am 86bbf705: Merge "Settings crash after enabling TalkBack accessibility." into jb-dev
...
* commit '86bbf70587602c1fd86fce1a2a4be78da45aaedc':
Settings crash after enabling TalkBack accessibility.
2012-06-10 09:53:17 -07:00
Dianne Hackborn
8e4e795936
am a8e46828: am c99e6ee2: am c9aa32e9: Merge "Fix dumpPowerState method"
...
* commit 'a8e46828bf463cf542885d7726310abeac915e0a':
Fix dumpPowerState method
2012-06-08 19:00:38 -07:00
Dianne Hackborn
a8e46828bf
am c99e6ee2: am c9aa32e9: Merge "Fix dumpPowerState method"
...
* commit 'c99e6ee202ba9d895c96f034643fd39a035ea7f2':
Fix dumpPowerState method
2012-06-08 18:55:56 -07:00
Dianne Hackborn
aa8cac86d8
Merge "frameworks/base: release references of UriPermissionOwner"
2012-06-08 18:45:10 -07:00
Dianne Hackborn
2d18c60a0b
Merge "Performance: Activity manager perf unnecessary recalc of oom_adj"
2012-06-08 18:40:04 -07:00
Dianne Hackborn
f72467ad98
Include important native processes in watchdog stacks.
...
Helps us track down deadlocks involving native service processes.
Bug: 6615693
Change-Id: I580047550772e29586195a8cf440141574e3f40c
2012-06-08 18:36:48 -07:00
Dianne Hackborn
c9aa32e93f
Merge "Fix dumpPowerState method"
2012-06-08 18:33:48 -07:00
Svetoslav Ganov
e45c0b230b
Crash in the touch explorer.
...
1. The touch explorer was notified for accessibility events from
a binder thread which was poking the internal state of the
latter which by design is not tread safe. Since the touch
explorer is expected to be running only on the main thread
the accessibility manager service delivers the accessibility
events to the explorer on that thread.
bug:6635496
Change-Id: Ifdc5329e4be8e485d7f77f0fb472184494fa0d15
2012-06-08 17:49:52 -07:00
Svetoslav Ganov
ee33ad24cd
Settings crash after enabling TalkBack accessibility.
...
1. AccessibilityInput filter was not checking whether the touch
explorer instance is not null before passing it an accessibility
event. If the accessibility event is dispatched before the input
filter is installed but after it is created we runt into this
case.
2. Added a missing null check in accessibility node info.
bug:6635089
Change-Id: Ia389dc1f427427eb73794f6331ccb870e0b44c55
2012-06-08 16:09:36 -07:00