OSDN Git Service

Mask OOBE when filtering recent documents.
authorJeff Sharkey <jsharkey@android.com>
Tue, 19 Nov 2013 01:41:33 +0000 (17:41 -0800)
committerJeff Sharkey <jsharkey@android.com>
Tue, 19 Nov 2013 01:41:56 +0000 (17:41 -0800)
commite2515ac296d51e188b15790afd1e56b31d965ac8
tree5f7e4de476051060f517de37fe731b3fe3961470
parent55d12486df5e801dc8e74d96abdf87a250bc0ba1
Mask OOBE when filtering recent documents.

There is a data ownership issue related to recent documents Cursors,
and the loader and UI threads can end up traversing the same Cursor
at runtime.  This change masks OOBE crashes caused by this race until
we have time to fix cleanly.

Bug: 11736668
Change-Id: I2039a5edcf341fcaedacc2f08bde96fc5a271782
packages/DocumentsUI/src/com/android/documentsui/FilteringCursorWrapper.java
packages/DocumentsUI/src/com/android/documentsui/RecentLoader.java