Cleaner logging when download one sticker fails
This commit is contained in:
parent
779437d8f7
commit
f474940bfb
1 changed files with 1 additions and 1 deletions
|
@ -112,7 +112,7 @@ public class DownloadDefaultStickers extends Service {
|
|||
os.close();
|
||||
} catch (final Exception e) {
|
||||
file = null;
|
||||
e.printStackTrace();
|
||||
Log.d(de.monocles.chat.Config.LOGTAG, Objects.requireNonNull(e.getMessage()));
|
||||
}
|
||||
|
||||
JSONArray cids = sticker.getJSONArray("cids");
|
||||
|
|
Loading…
Add table
Reference in a new issue