alankwok / androzic

Automatically exported from code.google.com/p/androzic
GNU General Public License v3.0
0 stars 0 forks source link

Androzic crash during auto-change maps #288

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1.when recording a trak and the software change map automatically (because you 
are out of the current map) the androzic crash
2.
3.

What is expected? What do you get instead?
Androzic should change the current map with the nearest neighbor map for 
keeping traks visibile on the new map

What version of the product are you using?
1.7.1 on Samsung S3 device (Android 4.1.1)

Please provide any additional information below.
the contents of CRASH file is:
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 umberto....@gmail.com on 3 Feb 2013 at 9:54