Loading android/app/src/com/android/bluetooth/pbap/BluetoothPbapCallLogComposer.java 100644 → 100755 +2 −0 Original line number Diff line number Diff line Loading @@ -163,6 +163,8 @@ public class BluetoothPbapCallLogComposer { Log.e(TAG, "OutOfMemoryError occured. Ignore the entry"); System.gc(); return true; } finally { mCursor.moveToNext(); } if (mCareHandlerErrors) { Loading Loading
android/app/src/com/android/bluetooth/pbap/BluetoothPbapCallLogComposer.java 100644 → 100755 +2 −0 Original line number Diff line number Diff line Loading @@ -163,6 +163,8 @@ public class BluetoothPbapCallLogComposer { Log.e(TAG, "OutOfMemoryError occured. Ignore the entry"); System.gc(); return true; } finally { mCursor.moveToNext(); } if (mCareHandlerErrors) { Loading