summaryrefslogtreecommitdiff
path: root/docs/html/sdk/api_diff/6/changes
diff options
context:
space:
mode:
authorDianne Hackborn <hackbod@google.com>2009-11-16 17:16:26 -0800
committerDianne Hackborn <hackbod@google.com>2009-11-16 17:16:26 -0800
commit60d7db4c3e3d60060e7ac021445ea1f510b7a1fb (patch)
treebfefb081cab416e1a9c4583f4ca1fa345cf60fd8 /docs/html/sdk/api_diff/6/changes
parentab5efde8dcdfcafea7e9d95350e18022b1adc679 (diff)
Fix #2262593: 42 ANR reports from android.process.acore
There was a lock in AssetManager that purported to be per-instance (mSync) but was actually static. A lot of code used it like it was per-instance, but this would actually block all instances. This is now changed to fix the name and make everything except the actual static data lock on the specific AssetManager instance. Change-Id: Ie8e9ad60f962184e76b2301f7a2790d0c2487063
Diffstat (limited to 'docs/html/sdk/api_diff/6/changes')
0 files changed, 0 insertions, 0 deletions