removed throw exception #671
This commit is contained in:
parent
1bf367b43e
commit
f1e5732dc2
@ -285,7 +285,10 @@ public final class OsmTrack {
|
|||||||
}
|
}
|
||||||
dis.close();
|
dis.close();
|
||||||
} catch (Exception e) {
|
} catch (Exception e) {
|
||||||
throw new RuntimeException("Exception reading rawTrack: " + e);
|
t = null;
|
||||||
|
if (debugInfo != null) {
|
||||||
|
debugInfo.append("Error reading rawTrack: " + e);
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user