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());
|
||||
}
|
||||
} catch (FileNotFoundException e) {
|
||||
LOG.error(e);
|
||||
return false;
|
||||
} catch (JSONException e) {
|
||||
LOG.error("Failed to read json", e);
|
||||
|
|
Loading…
Reference in a new issue