Commit b7533e86 authored by David Yue's avatar David Yue Committed by Jaikumar Ganesh
Browse files

Add missing moveToNext() calling.

Bug: 2674275
Change-Id: Ib5f5d2ebe3ff6ab02e43df38097a89541e132b55
parent 5dca0a3c
......@@ -163,6 +163,8 @@ public class BluetoothPbapCallLogComposer {
Log.e(TAG, "OutOfMemoryError occured. Ignore the entry");
System.gc();
return true;
} finally {
mCursor.moveToNext();
}
if (mCareHandlerErrors) {
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment