berlog / androzic

Automatically exported from code.google.com/p/androzic
0 stars 0 forks source link

Crash during tracking #293

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1.Start tracking, to draw where are you going.
2.Wait (different time period)
3.

What is expected? What do you get instead?
Application is close with comment. Sorry, but application has been stopped.

What version of the product are you using?
This interface issue was found in version 1.7.1 with HTC Desire X phone.

Please provide any additional information below.

Information from crashlog file:
java.util.ConcurrentModificationException
    at java.util.AbstractList$SimpleListIterator.next(AbstractList.java:62)
    at com.androzic.overlay.TrackOverlay.onDraw(TrackOverlay.java:132)
    at com.androzic.overlay.MapOverlay.onManagedDraw(MapOverlay.java:62)
    at com.androzic.MapView.doDraw(MapView.java:303)
    at com.androzic.MapView$DrawingThread.run(MapView.java:261)

Original issue reported on code.google.com by Romanows...@gmail.com on 15 Jul 2013 at 3:45