mirror of
https://github.com/M66B/FairEmail.git
synced 2025-03-19 10:25:29 +00:00
Filter exception
This commit is contained in:
parent
b8a0071b93
commit
492ad5985b
1 changed files with 1 additions and 0 deletions
|
@ -602,6 +602,7 @@ public class Log {
|
|||
ex.getMessage() != null &&
|
||||
(ex.getMessage().startsWith("Could not get application info") ||
|
||||
ex.getMessage().startsWith("Unable to create service") ||
|
||||
ex.getMessage().startsWith("Unable to start service") ||
|
||||
ex.getMessage().startsWith("Unable to resume activity") ||
|
||||
ex.getMessage().startsWith("Failure delivering result")))
|
||||
return false;
|
||||
|
|
Loading…
Add table
Reference in a new issue