commit | e0b5f33c6828073d04b5123f3f79d4b2728d8762 | [log] [tgz] |
---|---|---|
author | Android (Google) Code Review <android-gerrit@google.com> | Tue Jul 21 16:54:12 2009 -0700 |
committer | Android (Google) Code Review <android-gerrit@google.com> | Tue Jul 21 16:54:12 2009 -0700 |
tree | 058a3a3c9f7e0888206fa26190398933b5b5a2fd | |
parent | 53a1e445443865ef98f16652c7b403eee17499e8 [diff] | |
parent | b285593cafacc58ecfdf97be395dc8f5a7493051 [diff] |
Merge change 7913 into donut * changes: Reorganize message posting when updating sizes and resources. Rather than posting a message for each package, post a message for a set of packages(8) so that we don't end up posting too many messages and making the UI non-responsive by keeping the Handler too busy. We just pass the loaded info as a map in the message object. Changes to back ground threads that compute sizes and load resources.