Add missing log
This commit is contained in:
parent
32ddf71193
commit
feb6d11fe0
1 changed files with 1 additions and 0 deletions
|
@ -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);
|
||||||
|
|
Loading…
Reference in a new issue