Merge pull request #672 from devemux86/rawtrack
Error reading rawTrack: do not throw exception, fix #671
This commit is contained in:
commit
97e9a824be
@ -285,7 +285,9 @@ public final class OsmTrack {
|
||||
}
|
||||
dis.close();
|
||||
} catch (Exception e) {
|
||||
throw new RuntimeException("Exception reading rawTrack: " + e);
|
||||
if (debugInfo != null) {
|
||||
debugInfo.append("Error reading rawTrack: " + e);
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user