dennypurwana / open-gpstracker

Automatically exported from code.google.com/p/open-gpstracker
0 stars 0 forks source link

Crash during import of GPX file #185

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1.
2.
3.

What is the expected output? What do you see instead?

Please use labels and text to provide additional information.

java.lang.NullPointerException
at android.content.ContentResolver.acquireProvider(ContentResolver.java:727)
at android.content.ContentResolver.update(ContentResolver.java:701)
at nl.sogeti.android.gpstracker.viewer.TrackList$6.run(TrackList.java:634)
at java.lang.Thread.run(Thread.java:1102)

Original issue reported on code.google.com by rcgr...@gmail.com on 14 Jan 2011 at 4:43

GoogleCodeExporter commented 9 years ago
Seeing a <name> element before a <trk> updates a null-uri breaking causing the 
nullpointer....

Original comment by rcgr...@gmail.com on 21 Jan 2011 at 8:38

GoogleCodeExporter commented 9 years ago
This issue was closed by revision r794.

Original comment by rcgr...@gmail.com on 22 Jan 2011 at 4:46