Sunday, August 21, 2011

[android-developers] Weird stack traces on Honeycomb

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 android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscribe@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

No comments:

Post a Comment