Just to eliminate a couple of possibilities, what threading technique are
you using: AsyncTask, Service, your own? I suspect the latter, dur to the
"java.lang.Thread.run" at the bottom of the stacktrace.

The focus of the problems appears to be where
de.stefandahmen.android.navtrack.helper.Trackpoint.getTrkptLat calls
java.util.AbstractList.subList. This could well be due to a threading issue.
Which threads have access to the list and how are they synchonized?

-- 
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

Reply via email to