When you say "they happen in the platform", do you mean that your code appears nowhere in the stack trace?
On Sun, Aug 21, 2011 at 5:20 AM, b0b <[email protected]> wrote: > In the WTF stack traces series, I've got a collection of Honeycomb > only stack traces that do not make sense as they happen in the > platform. Some examples below. Anyone also see that in the crash > reports ? > > VegaComb, 3.0.1: > > java.util.NoSuchElementException > at java.util.LinkedList$LinkIterator.next(LinkedList.java:122) > > ------------- > > Acer A500, 3.1: > > java.lang.IncompatibleClassChangeError: interface not implemented > > > ------------- > > Acer A500, 3.1: > > Java.lang.ArrayStoreException: <some app specific class type here> > cannot be stored in an array of type java.lang.Object[] > at java.util.ArrayList.add(ArrayList.java:124) > > ------------- > > Acer A500, 3.1: > > java.lang.NullPointerException > 1 at java.util.Arrays.fill(Arrays.java:996) > 2 at java.util.ArrayList.clear(ArrayList.java:266) > > -- > 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 > -- Mark Murphy (a Commons Guy) http://commonsware.com | http://github.com/commonsguy http://commonsware.com/blog | http://twitter.com/commonsguy Android 3.1 Programming Books: http://commonsware.com/books -- 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

