OSDN Git Service

Add missing moveToNext() calling.
authorDavid Yue <a5206c@motorola.com>
Tue, 11 May 2010 03:08:05 +0000 (11:08 +0800)
committerJaikumar Ganesh <jaikumar@google.com>
Tue, 11 May 2010 21:47:30 +0000 (14:47 -0700)
Bug: 2674275
Change-Id: Ib5f5d2ebe3ff6ab02e43df38097a89541e132b55

src/com/android/bluetooth/pbap/BluetoothPbapCallLogComposer.java [changed mode: 0644->0755]

old mode 100644 (file)
new mode 100755 (executable)
index abaf3ec..c5449fa
@@ -163,6 +163,8 @@ public class BluetoothPbapCallLogComposer {
             Log.e(TAG, "OutOfMemoryError occured. Ignore the entry");
             System.gc();
             return true;
+        } finally {
+            mCursor.moveToNext();
         }
 
         if (mCareHandlerErrors) {