I just released an obfuscated/optimized version of my app for the first time yesterday. Not sure if this is related, but since then, I have gotten a couple of error reports that I cannot duplicate or explain (none of my classes are invoked):
Caused by: java.lang.RuntimeException: Parcel android.os.par...@4476a468: Unmarshalling unknown type code 48 at offset 2280 at android.os.Parcel.readValue(Parcel.java:1838) at android.os.Parcel.readSparseArrayInternal(Parcel.java:2037) at android.os.Parcel.readSparseArray(Parcel.java:1493) at android.os.Parcel.readValue(Parcel.java:1828) at android.os.Parcel.readMapInternal(Parcel.java:2008) at android.os.Bundle.unparcel(Bundle.java:208) at android.os.Bundle.getSparseParcelableArray(Bundle.java:1167) at com.android.internal.policy.impl.PhoneWindow.restoreHierarchyState(PhoneWindow.java: 1463) at android.app.Activity.onRestoreInstanceState(Activity.java:843) at android.app.TabActivity.onRestoreInstanceState(TabActivity.java:58) at android.app.Activity.performRestoreInstanceState(Activity.java:815) at android.app.Instrumentation.callActivityOnRestoreInstanceState(Instrumentation.java: 1096) at android.app.ActivityThread.performLaunchActivity(ActivityThread.java: 2641) Has anybody seen this? -- 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

