Files
frameworks_base/core/java/android/content
Dianne Hackborn 60d7db4c3e 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
2009-11-16 17:16:26 -08:00
..
2009-05-06 00:28:37 -07:00
2009-10-06 13:21:23 -07:00
2009-05-13 12:49:04 -07:00
2009-06-16 15:25:24 -07:00