If this isn't the correct group to post to, sorry ahead of time, just
let me know and I'll move it :)

Was trying to edit a contact on a G1 running Cupcake today, and could
reproduce a force close any time I would go to "Edit Contact".  Here's
a stacktrace from one of the crashes:


I/ActivityManager(   56): Starting activity: Intent
{ action=android.intent.action.EDIT data=content://contacts/people/2
comp={com.android.contacts/com.android.contacts.EditContactActivity} }
D/AndroidRuntime(21135): Shutting down VM
W/dalvikvm(21135): threadid=3: thread exiting with uncaught exception
(group=0x4000fe70)
E/AndroidRuntime(21135): Uncaught handler: thread main exiting due to
uncaught exception
E/AndroidRuntime(21135): java.lang.RuntimeException: Unable to start
activity ComponentInfo{com.android.contacts/
com.android.contacts.EditContactActivity}:
java.lang.ArrayIndexOutOfBoundsException
E/AndroidRuntime(21135):        at
android.app.ActivityThread.performLaunchActivity(ActivityThread.java:
2268)
E/AndroidRuntime(21135):        at
android.app.ActivityThread.handleLaunchActivity(ActivityThread.java:
2284)
E/AndroidRuntime(21135):        at android.app.ActivityThread.access$1800
(ActivityThread.java:112)
E/AndroidRuntime(21135):        at android.app.ActivityThread$H.handleMessage
(ActivityThread.java:1692)
E/AndroidRuntime(21135):        at android.os.Handler.dispatchMessage
(Handler.java:99)
E/AndroidRuntime(21135):        at android.os.Looper.loop(Looper.java:123)
E/AndroidRuntime(21135):        at android.app.ActivityThread.main
(ActivityThread.java:3948)
E/AndroidRuntime(21135):        at java.lang.reflect.Method.invokeNative
(Native Method)
E/AndroidRuntime(21135):        at java.lang.reflect.Method.invoke
(Method.java:521)
E/AndroidRuntime(21135):        at com.android.internal.os.ZygoteInit
$MethodAndArgsCaller.run(ZygoteInit.java:782)
E/AndroidRuntime(21135):        at com.android.internal.os.ZygoteInit.main
(ZygoteInit.java:540)
E/AndroidRuntime(21135):        at dalvik.system.NativeStart.main(Native
Method)
E/AndroidRuntime(21135): Caused by:
java.lang.ArrayIndexOutOfBoundsException
E/AndroidRuntime(21135):        at com.android.contacts.EditContactActivity
$EditEntry.bindLabel(EditContactActivity.java:1849)
E/AndroidRuntime(21135):        at
com.android.contacts.EditContactActivity.buildViewForEntry
(EditContactActivity.java:1597)
E/AndroidRuntime(21135):        at
com.android.contacts.EditContactActivity.buildViewsForSection
(EditContactActivity.java:1532)
E/AndroidRuntime(21135):        at
com.android.contacts.EditContactActivity.buildViews
(EditContactActivity.java:1468)
E/AndroidRuntime(21135):        at
com.android.contacts.EditContactActivity.onCreate
(EditContactActivity.java:365)
E/AndroidRuntime(21135):        at
android.app.Instrumentation.callActivityOnCreate(Instrumentation.java:
1123)
E/AndroidRuntime(21135):        at
android.app.ActivityThread.performLaunchActivity(ActivityThread.java:
2231)
E/AndroidRuntime(21135):        ... 11 more

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"android-framework" group.
To post to this group, send email to android-framework@googlegroups.com
To unsubscribe from this group, send email to 
android-framework+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/android-framework?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to