mirror of
https://github.com/M66B/FairEmail.git
synced 2024-12-25 09:17:58 +00:00
Filter exception
This commit is contained in:
parent
c271d3efb2
commit
3aeb5d6e77
1 changed files with 2 additions and 1 deletions
|
@ -426,7 +426,8 @@ public class Log {
|
|||
ex.getMessage().contains("ActivityRecord not found") ||
|
||||
ex.getMessage().startsWith("Unable to create layer") ||
|
||||
ex.getMessage().startsWith("Illegal meta data value") ||
|
||||
ex.getMessage().startsWith("Context.startForegroundService")))
|
||||
ex.getMessage().startsWith("Context.startForegroundService") ||
|
||||
ex.getMessage().startsWith("PARAGRAPH span must start at paragraph boundary")))
|
||||
return false;
|
||||
|
||||
if (ex instanceof TimeoutException &&
|
||||
|
|
Loading…
Reference in a new issue