Loading
Fix 6208468 21 ANR(s) in: com.google.android.gallery3d on crespo during monkey runs for JRM80
b:6208468 Both getDataManager and getImageCacheService use the same lock but the latter method is blocked on RandomAccessFile's open syscall. The lock should be separated because they're independent and getDataManager is very frequently used too. Change-Id: I4d44cfc949f45a31c7200c8327115bc4b7fde60f