Hi, When I send MMS with a 600K picture attachment, com.google.android.app.docs process crashed, here is log information:
java.lang.RuntimeException: Unable to start receiver com.google.android.apps.docs.receivers.NetworkChangeReceiver: android.database.CursorWindowAllocationException: Cursor window allocation of 2048 kb failed. at android.app.ActivityThread.handleReceiver(ActivityThread.java:2313) at android.app.ActivityThread.access$1600(ActivityThread.java:139) at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1324) at android.os.Handler.dispatchMessage(Handler.java:99) at android.os.Looper.loop(Looper.java:137) at android.app.ActivityThread.main(ActivityThread.java:5062) at java.lang.reflect.Method.invokeNative(Native Method) at java.lang.reflect.Method.invoke(Method.java:511) at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:795) at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:558) at dalvik.system.NativeStart.main(Native Method) Caused by: android.database.CursorWindowAllocationException: Cursor window allocation of 2048 kb failed. at android.database.CursorWindow.<init>(CursorWindow.java:104) at android.database.AbstractWindowedCursor.clearOrCreateWindow(AbstractWindowedCursor.java:198) at android.database.sqlite.SQLiteCursor.fillWindow(SQLiteCursor.java:139) at android.database.sqlite.SQLiteCursor.getCount(SQLiteCursor.java:133) at android.database.AbstractCursor.moveToPosition(AbstractCursor.java:196) at android.database.AbstractCursor.moveToFirst(AbstractCursor.java:236) at kP.a(DatabaseModelLoader.java:248) at mn.a(OperationQueueNetworkChangeListener.java:38) at com.google.android.apps.docs.receivers.NetworkChangeReceiver.a(NetworkChangeReceiver.java:50) at com.google.android.apps.docs.GuiceBroadcastReceiver.onReceive(GuiceBroadcastReceiver.java:28) at android.app.ActivityThread.handleReceiver(ActivityThread.java:2306) 12-22 01:46:28.541 5237 5237 E CursorWindow: Could not allocate CursorWindow '/data/data/com.google.android.apps.docs/databases/DocList.db' of size 2097152 due to error -12. >From this errno, it seems that resource leaks occurred. Please check if there >are resource leaks, thanks. Best regards, Franklin -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en

