Merge "Issue #2359 if satellite decode exception occurs, don't store half record" into omaha_14.2.1
Former-commit-id:0a81510f70
[formerlyace3c4c823
] [formerly9e38cdb0ba
[formerly 8e244e50c6722a45e1c570684f46a88e40e6c1b9]] Former-commit-id:9e38cdb0ba
Former-commit-id:eb581f0181
This commit is contained in:
commit
14b4263187
1 changed files with 2 additions and 1 deletions
|
@ -460,8 +460,9 @@ public class SatelliteDecoder {
|
|||
}
|
||||
timer.stop();
|
||||
perfLog.logDuration("Time to Decode", timer.getElapsedTime());
|
||||
} catch (Exception e) {
|
||||
} catch (Throwable e) {
|
||||
statusHandler.error("Error decoding satellite", e);
|
||||
record = null;
|
||||
} finally {
|
||||
try {
|
||||
f.close();
|
||||
|
|
Loading…
Add table
Reference in a new issue