mirror of
https://codeberg.org/Freeyourgadget/Gadgetbridge
synced 2024-11-26 20:06:52 +01:00
Huawei: Do not print exception if the ephemeris file does not exist
This commit is contained in:
parent
2a865fe498
commit
ce32ac7272
@ -232,7 +232,7 @@ public class HuaweiEphemerisManager {
|
|||||||
LOG.info("Ephemeris Time: {} ConfigData: {}", fileTime, availableDataConfig.toString());
|
LOG.info("Ephemeris Time: {} ConfigData: {}", fileTime, availableDataConfig.toString());
|
||||||
|
|
||||||
} catch (Exception e) {
|
} catch (Exception e) {
|
||||||
LOG.error("Ephemeris exception file or config processing", e);
|
LOG.info("Ephemeris exception file or config processing: {}", e.getMessage());
|
||||||
availableDataConfig = null;
|
availableDataConfig = null;
|
||||||
//responseCode = 100007; //no network connection
|
//responseCode = 100007; //no network connection
|
||||||
return; // NOTE: just ignore request if something wrong with data.
|
return; // NOTE: just ignore request if something wrong with data.
|
||||||
|
Loading…
Reference in New Issue
Block a user