1
0
Fork 0
mirror of https://github.com/M66B/FairEmail.git synced 2025-02-24 15:11:03 +00:00

Reduced logging

This commit is contained in:
M66B 2023-12-21 11:56:48 +01:00
parent 9a01a43266
commit 10e3d89d9b

View file

@ -3124,6 +3124,8 @@ public abstract class DB extends RoomDatabase {
else
result.add(InternetAddressJson.from((JSONObject) item));
}
} catch (JSONException ex) {
Log.i(ex);
} catch (Throwable ex) {
// Compose can store invalid addresses
Log.w(ex);