| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Issue: Cursor was accessed by handler thread
when it was closed. During Orientation change,
BrowserBookmarksPage#onDestroyView is called
which clears all the loaders [and cursors].
Simultaneously ThreadedCursorAdapter#loadRowObject
is getting called which then calls
BrowserBookmarksAdapter#getRowObject
where closed cursor is accessed and force close happens.
Fix: Synchronized cursors wrt main thread and handler thread.
Checked mCursorAdapter for invalid conditions
CRs-Fixed: 576176
Change-Id: I9f16c2f1a55f35e8256bbf56afce3538850f9d42
|
|
|
|
|
|
| |
Bug: 6446119
Change-Id: If8c13c9f2cb9b93c6f3575f12111059aeeacd5cb
|
|
|
|
| |
Change-Id: I53236e23990e996b86944214b45a9af014b296f6
|
|
|
|
|
|
|
|
|
| |
Bug: 6372933
Fix a race condition between update & destroy
Fix update path
Add some extra debug support
Change-Id: I66a450e175b22d992de97d5bc24200961144412a
|
|
Bug: 5297900
Change-Id: I8b728cfe06799099e21c402d5da7087507209ffa
|