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

Filter exception

This commit is contained in:
M66B 2019-11-10 09:26:39 +01:00
parent 2fddee3fc9
commit a8efe6dd96

View file

@ -425,6 +425,7 @@ public class Log {
(ex.getMessage().startsWith("Bad notification posted") || (ex.getMessage().startsWith("Bad notification posted") ||
ex.getMessage().contains("ActivityRecord not found") || ex.getMessage().contains("ActivityRecord not found") ||
ex.getMessage().startsWith("Unable to create layer") || ex.getMessage().startsWith("Unable to create layer") ||
ex.getMessage().startsWith("Illegal meta data value") ||
ex.getMessage().startsWith("Context.startForegroundService"))) ex.getMessage().startsWith("Context.startForegroundService")))
return false; return false;