android 4.4联系人添加默认铃声出有关问题?见log。有人处理过类似错误吗?求大侠支招

android 4.4联系人添加默认铃声出问题?见log。有人处理过类似异常吗?求大侠支招。
D : android.database.StaleDataException: Attempting to access a closed CursorWindow.Most probable cause: cursor is deactivated prior to calling this method.
11-17 19:47:56.880204  6240  6240 I AEE/AED :  at android.database.AbstractWindowedCursor.checkPosition(AbstractWindowedCursor.java:156)
11-17 19:47:56.880204  6240  6240 I AEE/AED :  at android.database.AbstractWindowedCursor.getString(AbstractWindowedCursor.java:61)
11-17 19:47:56.880204  6240  6240 I AEE/AED :  at android.database.CursorWrapper.getString(CursorWrapper.java:114)
11-17 19:47:56.880204  6240  6240 I AEE/AED :  at com.android.internal.database.SortCursor.onMove(SortCursor.java:173)
11-17 19:47:56.880204  6240  6240 I AEE/AED :  at android.database.AbstractCursor.moveToPosition(AbstractCursor.java:214)
11-17 19:47:56.880204  6240  6240 I AEE/AED :  at android.media.RingtoneManager.getRingtoneUri(RingtoneManager.java:528)
11-17 19:47:56.880204  6240  6240 I AEE/AED :  at com.android.providers.media.RingtonePickerActivity.onClick(RingtonePickerActivity.java:361)
11-17 19:47:56.880204  6240  6240 I AEE/AED :  at com.android.internal.app.AlertController$ButtonHandler.handleMessage(AlertController.java:180)
11-17 19:47:56.880204  6240  6240 I AEE/AED :  at android.os.Handler.dispatchMessage(Handler.java:110)
11-17 19:47:56.880204  6240  6240 I AEE/AED :  at android.os.Looper.loop(Looper.java:193)
11-17 19:47:56.880204  6240  6240 I AEE/AED :  at android.app.ActivityThread.main(ActivityThread.java:5299)
11-17 19:47:56.880204  6240  6240 I AEE/AED :  at java.lang.reflect.Method.invokeNative(Native Method)
11-17 19:47:56.880204  6240  6240 I AEE/AED :  at java.lang.reflect.Method.invoke(Method.java:515)
11-17 19:47:56.880204  6240  6240 I AEE/AED :  at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:825)
11-17 19:47:56.880204  6240  6240 I AEE/AED :  at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:641)
11-17 19:47:56.880204  6240  6240 I AEE/AED :  at dalvik.system.NativeStart.main(Native Method)
------解决思路----------------------
Attempting to access a closed CursorWindow
log 显示你在用一个已经close的cursor