commit | 2e257ee4a178226f019bb173d78582536cf022d3 | [log] [tgz] |
---|---|---|
author | Android (Google) Code Review <android-gerrit@google.com> | Mon Jun 15 11:42:35 2009 -0700 |
committer | Android (Google) Code Review <android-gerrit@google.com> | Mon Jun 15 11:42:35 2009 -0700 |
tree | 90c4d6a9f7fe575db6a08b988b22eb97f240d078 | |
parent | 547caa3586633adcaddfbe766ec46a0b97ee8d4c [diff] | |
parent | 0e9396270cfe12cf7a3804103db5f69cb76c2af5 [diff] |
Merge change 4027 into donut * changes: fix bug 1909589 and 1903635. I think the cause root is that the LruCache is not thread safe. I change it to thread safe and add a test for this.