mirror of
https://github.com/M66B/FairEmail.git
synced 2026-04-14 21:13:37 +02:00
Filter exception
This commit is contained in:
@@ -305,6 +305,10 @@ public class Log {
|
||||
ex.getMessage().startsWith("content://")))
|
||||
return false;
|
||||
|
||||
if (ex instanceof IOException &&
|
||||
ex.getCause() instanceof MessageRemovedException)
|
||||
return false;
|
||||
|
||||
if (ex instanceof IOException &&
|
||||
ex.getMessage() != null &&
|
||||
(ex.getMessage().startsWith("HTTP status=") ||
|
||||
|
||||
Reference in New Issue
Block a user