Filter exception

This commit is contained in:
M66B 2020-01-23 12:46:11 +01:00
parent 581d02d1ec
commit 4e4fd59526
1 changed files with 8 additions and 0 deletions

View File

@ -420,6 +420,14 @@ public class Log {
if (ex instanceof RemoteException)
return false;
/*
android.app.RemoteServiceException: Bad notification for startForeground: java.util.ConcurrentModificationException
android.app.RemoteServiceException: Bad notification for startForeground: java.util.ConcurrentModificationException
at android.app.ActivityThread$H.handleMessage(ActivityThread.java:2204)
*/
if ("android.app.RemoteServiceException".equals(ex.getClass().getName()))
return false;
/*
java.lang.NoSuchMethodError: No direct method ()V in class Landroid/security/IKeyChainService$Stub; or its super classes (declaration of 'android.security.IKeyChainService$Stub' appears in /system/framework/framework.jar!classes2.dex)
java.lang.NoSuchMethodError: No direct method ()V in class Landroid/security/IKeyChainService$Stub; or its super classes (declaration of 'android.security.IKeyChainService$Stub' appears in /system/framework/framework.jar!classes2.dex)