Closed GoogleCodeExporter closed 9 years ago
Hi dtihelka,
Many thanks for your detailed report!
Cause:
"many pause/resume tracking": each pause/resume splits the track in segments.
Each
track-segment allocates a new bitmap buffer. Causing the total "bitmap size
exceeds
VM budget". A bug introduced by moving from 1 segment to multi-segment tracks.
Fix:
The 0.15 (beta) release uses 1 buffer for all segments. I'm searching for time
to
finish this version and release it to the Android market. The new KMZ export is
causing some delay there.
Workaround:
The continual crashes at startup are failing attempts to render the last
multi-segment track. A workaround is avoid opening this track in the map
viewer. This
is a bit hard because the opening windows does just that! To directly open an
older
track add a Folder widget on a home screen. Select the Tracks type as folder
type. An
alternative is to enable Tracks as Searchable item and use the global search on
the
device to find a specific track name.
Original comment by rcgr...@gmail.com
on 23 Apr 2010 at 12:38
Original issue reported on code.google.com by
dtihe...@gmail.com
on 23 Apr 2010 at 8:46Attachments: