Add missing log

This commit is contained in:
Vitaliy 2020-04-03 18:41:27 +03:00
parent 32ddf71193
commit feb6d11fe0

View file

@ -293,6 +293,7 @@ public class OsmAndAppCustomization {
app.getSettings().NAV_DRAWER_LOGO.set(json.toString()); app.getSettings().NAV_DRAWER_LOGO.set(json.toString());
} }
} catch (FileNotFoundException e) { } catch (FileNotFoundException e) {
LOG.error(e);
return false; return false;
} catch (JSONException e) { } catch (JSONException e) {
LOG.error("Failed to read json", e); LOG.error("Failed to read json", e);