OSDN Git Service

Make dump messages asynchronous.
authorJeff Brown <jeffbrown@google.com>
Wed, 16 Oct 2013 03:49:59 +0000 (20:49 -0700)
committerJeff Brown <jeffbrown@google.com>
Wed, 16 Oct 2013 03:52:31 +0000 (20:52 -0700)
commit9ef099713950805f6ffdd2e40d41991168a69576
tree0f255acabaa090d1e319b4837babd332f88be9fb
parentf847c3b014ab49fae6bbbc9dd7aac199b31467df
Make dump messages asynchronous.

Prevents the dump actions from being blocked by traversals.

Removed a stale comment on queueOrSendMessage and renamed it to
reflect its current implementation since it no longer has a secondary
queue.  Removed an unnecessary lock as well.

Bug: 10948648
Change-Id: Ic5fcc567212fb9cc07566c12f5f419af13c2b0b1
core/java/android/app/ActivityThread.java