mirror of
https://codeberg.org/monocles/monocles_chat.git
synced 2025-01-15 22:22:22 +01:00
Cleaner logging when download one sticker fails
This commit is contained in:
parent
3a10f2be2f
commit
d36d129f32
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…
Reference in a new issue