mirror of
https://github.com/M66B/FairEmail.git
synced 2026-04-01 06:38:29 +02:00
Improved logging
This commit is contained in:
@@ -733,10 +733,10 @@ public class MessageHelper {
|
||||
text = text.substring(0, s) + decoded + text.substring(e + 2);
|
||||
i += decoded.length();
|
||||
} catch (ParseException ex) {
|
||||
Log.w(ex);
|
||||
Log.w(new IllegalArgumentException(text, ex));
|
||||
i += decode.length();
|
||||
} catch (UnsupportedEncodingException ex) {
|
||||
Log.w(ex);
|
||||
Log.w(new IllegalArgumentException(text, ex));
|
||||
i += decode.length();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user