Filter exception

This commit is contained in:
M66B 2019-11-10 09:26:39 +01:00
parent 2fddee3fc9
commit a8efe6dd96
1 changed files with 1 additions and 0 deletions

View File

@ -425,6 +425,7 @@ public class Log {
(ex.getMessage().startsWith("Bad notification posted") ||
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")))
return false;